Skip to content

Commit d0e5adf

Browse files
committed
Merge pull request #11 from jrafanie/normalize_travis_yml
Drop rbx, add 2.2, ruby-head/jruby-head, allow failures *head.
2 parents 242b530 + d42e568 commit d0e5adf

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.travis.yml

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
language: ruby
22
rvm:
3-
- "1.9.3"
4-
- "2.0"
5-
- "2.1"
6-
- jruby-19mode # JRuby in 1.9 mode
7-
- rbx-2
3+
- "1.9.3"
4+
- "2.0"
5+
- "2.1"
6+
- "2.2"
7+
- ruby-head
8+
- jruby-head
9+
matrix:
10+
allow_failures:
11+
- rvm: ruby-head
12+
- rvm: jruby-head
13+
fast_finish: true

0 commit comments

Comments
 (0)