Skip to content

Commit 4d2dadd

Browse files
committed
Add ruby 2.
1 parent 04ec1d2 commit 4d2dadd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
matrix:
22
allow_failures:
33
- rvm: ruby-head
4+
- rvm: 2.0.0
45
- rvm: jruby-19mode
56
- rvm: rbx-19mode
67
rvm:
78
- 1.9.2
89
- 1.9.3
10+
- 2.0.0
11+
- ruby-head
912
- rbx-19mode
1013
- jruby-19mode
11-
- ruby-head
1214
branches:
1315
only: master
1416
notifications:

0 commit comments

Comments
 (0)