Skip to content

Commit

Permalink
add ruby 2.0 to travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Dec 29, 2012
1 parent 285cc67 commit 7f4a60c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- rbx
- jruby
- ree
Expand All @@ -17,3 +18,6 @@ branches:
notifications:
email: false
irc: "irc.freenode.org#rack"
matrix:
allow_failures:
- rvm: 2.0.0

0 comments on commit 7f4a60c

Please sign in to comment.