Skip to content

Commit

Permalink
Merge pull request resque#797 from sanemat/feature/ruby-2-0-0
Browse files Browse the repository at this point in the history
Add Ruby2.0.0 build in Travis-ci, and allowed to fail
  • Loading branch information
steveklabnik committed Jan 19, 2013
2 parents a066eed + 5d661cf commit 92dfd04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -1,8 +1,13 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
matrix:
allow_failures:
- rvm: 2.0.0

0 comments on commit 92dfd04

Please sign in to comment.