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.
2 parents b1af418 + 2a2c321 commit a973304Copy full SHA for a973304
.travis.yml
@@ -1,17 +1,21 @@
1
-language: ruby
+before_install:
2
+ - gem update --system
3
+ - gem install bundler
4
-cache: bundler
5
+rvm:
6
+ - 2.4.0
7
+ - 2.3.3
8
+ - 2.2.6
9
10
matrix:
11
+ fast_finish: true
12
+
13
include:
- - rvm: 2.3.0
- - rvm: 2.2
- - rvm: 2.1
14
- rvm: ruby-head
15
- rvm: jruby-head
- - rvm: jruby-19mode
16
- rvm: rbx-2
17
18
allow_failures:
19
20
-before_install: gem install bundler -v 1.12.1
21
+ - rvm: rbx-2
0 commit comments