Skip to content

Commit 4671db5

Browse files
committed
Merge pull request #245 from satoryu/fix_travis_bundler_issue
Update bundler before installing gems with bundler
2 parents 7907453 + 34ea953 commit 4671db5

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)