diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-11-15 12:26:16 +0000 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-11-15 12:26:16 +0000 |
commit | a4bc67e0f4c2bc7b3dc6756630335cc0396af896 (patch) | |
tree | 069f219f77900bf5fae4320177ae31bffa5a3526 | |
parent | ad6fb92c12af7d7e3d6fc7375268c383e2c89ea8 (diff) |
Get Travis building against Ruby 2.0
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 051dc0fae..d6ed72cf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ branches: rvm: - 1.8.7 - 1.9.3 + - 2.0.0 before_install: - gem install rake --version=0.9.2.2 - git submodule update --init --recursive |