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 91815a9 commit 7e42ba4Copy full SHA for 7e42ba4
.travis.yml
@@ -3,15 +3,12 @@ language: ruby
3
sudo: false
4
cache: bundler
5
6
-before_script:
7
- - rvm get master
8
-
9
rvm:
10
- 1.9
11
- 2.0
12
- 2.1
13
- - 2.2
14
- - 2.3
+ - 2.2.4
+ - 2.3.0
15
- ruby-head
16
- jruby-19mode
17
- rbx
@@ -30,7 +27,6 @@ matrix:
30
27
- rvm: jruby-19mode
31
28
- rvm: rbx
32
29
- rvm: ruby-head
33
- - rvm: 2.3
34
fast_finish: true
35
exclude:
36
- rvm: 1.9
0 commit comments