We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892120e commit a1a317aCopy full SHA for a1a317a
.travis.yml
@@ -4,7 +4,9 @@ branches:
4
only:
5
- master
6
bundler_args: --jobs=3 --retry=3
7
-before_install: ./script/setup
+before_install:
8
+ - gem install bundler -v 1.16.1
9
+ - ./script/setup
10
script: ./script/cibuild
11
notifications:
12
email: false
0 commit comments