Skip to content

Commit 32e4800

Browse files
authored
Merge pull request #902 from github/kenyonj-patch-1
Update .travis.yml
2 parents d6df803 + 4ede231 commit 32e4800

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ branches:
44
only:
55
- master
66
bundler_args: --jobs=3 --retry=3
7-
before_install: ./script/setup
7+
before_install:
8+
- gem install bundler -v 1.16.1
9+
- ./script/setup
810
script: ./script/cibuild
911
notifications:
1012
email: false

0 commit comments

Comments
 (0)