We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7907453 commit 34ea953Copy full SHA for 34ea953
1 file changed
.travis.yml
@@ -12,6 +12,9 @@ rvm:
12
env:
13
- INTEGRATION=openldap
14
15
+before_install:
16
+ - gem update bundler
17
+
18
install:
19
- if [ "$INTEGRATION" = "openldap" ]; then sudo script/install-openldap; fi
20
- bundle install
0 commit comments