diff options
author | SHIBATA Hiroshi <shibata.hiroshi@gmail.com> | 2014-02-21 14:52:15 +0900 |
---|---|---|
committer | SHIBATA Hiroshi <shibata.hiroshi@gmail.com> | 2014-02-21 14:52:15 +0900 |
commit | 5e6a486f3c0cde1529e47e4b74816284414762a4 (patch) | |
tree | 3a84584e14665d225f0a05da906911ce5f7310aa /.travis.yml | |
parent | f10477a204e71cb205e761b606777ceaf3568b17 (diff) | |
download | psych-5e6a486f3c0cde1529e47e4b74816284414762a4.tar.gz |
added 2.1.0 for travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0e6b1c2..d995250 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ rvm: - 1.9.2 - 1.9.3 - 2.0.0 + - 2.1.0 before_script: - gem install isolate - gem install hoe |