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 91623e8 commit ea23b07Copy full SHA for ea23b07
.travis.yml
@@ -1,7 +1,9 @@
1
language: ruby
2
sudo: false
3
cache: bundler
4
-before_install: gem install bundler -v 1.11.2
+before_install:
5
+ - gem install bundler -v 1.11.2
6
+ - gem update --system
7
rvm:
8
- 2.3.1
9
- 2.4.0
0 commit comments