Skip to content

Commit 34ea953

Browse files
committed
Update bundler before installing gems with bundler
1 parent 7907453 commit 34ea953

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ rvm:
1212
env:
1313
- INTEGRATION=openldap
1414

15+
before_install:
16+
- gem update bundler
17+
1518
install:
1619
- if [ "$INTEGRATION" = "openldap" ]; then sudo script/install-openldap; fi
1720
- bundle install

0 commit comments

Comments
 (0)