8000 testing more Ruby versions with Travis · rubychan/coderay@0081a2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 0081a2a

Browse files
committed
testing more Ruby versions with Travis
1 parent 8c8f5a6 commit 0081a2a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ rvm:
55
- jruby-18mode
66
- jruby-19mode
77
- rbx-18mode
8-
# - rbx-19mode # test again later
9-
# - ruby-head # test again later
10-
# - jruby-head # test again later
8+
- rbx-19mode # test again later
9+
- ruby-head # test again later
10+
- jruby-head # test again later
1111
- ree
1212
branches:
1313
only:
1414
- master
15-
- stable
1615
script: "rake test" # test:scanners"

0 commit comments

Comments
 (0)
0