We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7907453 + 34ea953 commit 4671db5Copy full SHA for 4671db5
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