Skip to content

Commit 7e42ba4

Browse files
committed
Speficy full ruby versions for CI
1 parent 91815a9 commit 7e42ba4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ language: ruby
33
sudo: false
44
cache: bundler
55

6-
before_script:
7-
- rvm get master
8-
96
rvm:
107
- 1.9
118
- 2.0
129
- 2.1
13-
- 2.2
14-
- 2.3
10+
- 2.2.4
11+
- 2.3.0
1512
- ruby-head
1613
- jruby-19mode
1714
- rbx
@@ -30,7 +27,6 @@ matrix:
3027
- rvm: jruby-19mode
3128
- rvm: rbx
3229
- rvm: ruby-head
33-
- rvm: 2.3
3430
fast_finish: true
3531
exclude:
3632
- rvm: 1.9

0 commit comments

Comments
 (0)