Skip to content

Commit

Permalink
Add Ruby 2.0 to .travis.yml.
Browse files Browse the repository at this point in the history
@joshk said it's okay. :)
  • Loading branch information
steveklabnik committed Nov 17, 2012
1 parent 2f3d81c commit 4bb0aa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ before_install:
- gem install bundler
rvm:
- 1.9.3
- 2.0.0
env:
- "GEM=railties"
- "GEM=ap,am,amo,as"
Expand All @@ -23,3 +24,6 @@ notifications:
rooms:
- secure: "CGWvthGkBKNnTnk9YSmf9AXKoiRI33fCl5D3jU4nx3cOPu6kv2R9nMjt9EAo\nOuS4Q85qNSf4VNQ2cUPNiNYSWQ+XiTfivKvDUw/QW9r1FejYyeWarMsSBWA+\n0fADjF1M2dkDIVLgYPfwoXEv7l+j654F1KLKB69F0F/netwP9CQ="
bundler_args: --path vendor/bundle
matrix:
allow_failures:
- rvm: 2.0.0

0 comments on commit 4bb0aa8

Please sign in to comment.