Skip to content

Commit f8e2aa6

Browse files
committed
Reduce supported ruby versions
1 parent b4eeed1 commit f8e2aa6

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,14 @@ language: ruby
44

55
# Specify which ruby versions you wish to run your tests on, each version will be used
66
rvm:
7-
- 1.8.7
8-
- 1.9.2
9-
- 1.9.3
107
- 2.0.0
118
- 2.1
129
- 2.2
1310
- 2.3.3
1411
- 2.4.0
15-
- ree
16-
- ruby-head
1712
matrix:
1813
include:
1914
- rvm: jruby
2015
env: JRUBY_OPTS="--2.0"
21-
allow_failures:
22-
- rvm: rbx-2
23-
- rvm: ruby-head
2416
script: "bundle exec rake"
2517
sudo: false

0 commit comments

Comments
 (0)