Skip to content

Commit a1a317a

Browse files
authored
Update .travis.yml
1 parent 892120e commit a1a317a

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)