Skip to content

Commit

Permalink
Add Ruby2.0.0 build in Travis-ci, and allowed to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sanemat committed Jan 9, 2013
1 parent ee6f8ae commit 6cb3c6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- jruby
- ree
script: "bundle exec rake spec:all"
Expand All @@ -15,3 +16,6 @@ notifications:
- sbazyl@google.com
on_success: change
on_failure: change
matrix:
allow_failures:
- rvm: 2.0.0

0 comments on commit 6cb3c6b

Please sign in to comment.