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 5ffe9ac commit efca7f6Copy full SHA for efca7f6
.travis.yml
@@ -2,7 +2,12 @@ sudo: false
2
cache: bundler
3
bundler_args: --retry=3 --jobs=3
4
language: ruby
5
+before_install:
6
+ # https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354036443
7
+ - gem update --system
8
+ - gem install bundler
9
rvm:
10
+ - 2.5.1
11
- 2.4.3
12
- 2.3.0
13
- 2.1.8
0 commit comments