Skip to content

Commit 5f0935e

Browse files
committed
Remove ruby versions we don't care on CI
1 parent 6196eb5 commit 5f0935e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,14 @@ env:
1212
- JRUBY_OPTS="$JRUBY_OPTS --debug"
1313

1414
rvm:
15+
- jruby-9.1.7.0
1516
- 2.0.0
1617
- 2.1
1718
- 2.2
18-
- 2.3.0
19-
- 2.3.1
20-
- 2.3.2
2119
- 2.3.3
2220
- 2.4.0
23-
- ruby-head
24-
- jruby-9.1.6.0
25-
- jruby-9.1.7.0
2621

2722
matrix:
28-
allow_failures:
29-
- rvm: ruby-head
3023
fast_finish: true
3124

3225
branches:

0 commit comments

Comments
 (0)