diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2012-11-17 13:44:57 +0100 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2012-11-17 13:49:36 +0100 |
commit | 4bb0aa8b21c8e469aab2750f890b99ca9aa77e48 (patch) | |
tree | 66d3b54fd2c6d2ba72938f2103e01dd7d4bbfd26 | |
parent | 2f3d81c764a8b527299be8c33c64814431f83482 (diff) | |
download | rails-4bb0aa8b21c8e469aab2750f890b99ca9aa77e48.tar.gz rails-4bb0aa8b21c8e469aab2750f890b99ca9aa77e48.tar.bz2 rails-4bb0aa8b21c8e469aab2750f890b99ca9aa77e48.zip |
Add Ruby 2.0 to .travis.yml.
@joshk said it's okay. :)
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c6f868498d..7e3d728872 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ before_install: - gem install bundler rvm: - 1.9.3 + - 2.0.0 env: - "GEM=railties" - "GEM=ap,am,amo,as" @@ -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 |