Skip to content

Commit abe522f

Browse files
committed
Added more rubies for travis
1 parent 39863c6 commit abe522f

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.travis.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
sudo: false
21
language: ruby
3-
rvm:
4-
- 2.3.0
2+
3+
cache: bundler
4+
5+
matrix:
6+
include:
7+
- rvm: 2.3
8+
- rvm: 2.2
9+
- rvm: 2.1
10+
- rvm: jruby-head
11+
- rvm: jruby-19mode
12+
- rvm: rbx-2
13+
allow_failures:
14+
- rvm: ruby-head
515
before_install: gem install bundler -v 1.12.1

0 commit comments

Comments
 (0)