Skip to content

Commit

Permalink
testing more Ruby versions with Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
korny committed Oct 7, 2012
1 parent 8c8f5a6 commit 0081a2a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ rvm:
- jruby-18mode
- jruby-19mode
- rbx-18mode
# - rbx-19mode # test again later
# - ruby-head # test again later
# - jruby-head # test again later
- rbx-19mode # test again later
- ruby-head # test again later
- jruby-head # test again later
- ree
branches:
only:
- master
- stable
script: "rake test" # test:scanners"

0 comments on commit 0081a2a

Please sign in to comment.