1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00

No longer allow Ruby 2.0.0 build failures on travis.

This commit is contained in:
Tobias Svensson 2013-02-04 13:58:33 +00:00
parent 1ef0fc8680
commit c829295cac

View file

@ -3,7 +3,4 @@ rvm:
- 1.9.3
- 2.0.0
before_script:
- bundle exec rake compile
matrix:
allow_failures:
- rvm: 2.0.0
- bundle exec rake compile