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:
parent
1ef0fc8680
commit
c829295cac
1 changed files with 1 additions and 4 deletions
|
@ -3,7 +3,4 @@ rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
before_script:
|
before_script:
|
||||||
- bundle exec rake compile
|
- bundle exec rake compile
|
||||||
matrix:
|
|
||||||
allow_failures:
|
|
||||||
- rvm: 2.0.0
|
|
Loading…
Reference in a new issue