1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Actually run the tests from travis.

This commit is contained in:
Andy Brody 2014-04-02 00:23:13 -07:00
parent c5f5415b4e
commit 43be49ff3a

View file

@ -4,6 +4,8 @@ rvm:
- "1.9.3"
- "2.0.0"
- "2.1.0"
script:
bundle exec rake test
branches:
except:
- "readme-edits"