mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
disables travis 1.9.x build for now
This commit is contained in:
parent
b5c33561b5
commit
5e2551a9f8
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.3
|
# TODO: fix ruby 1.9x build issues...
|
||||||
|
# - 1.9.3
|
||||||
# TODO: make this work with the regular rake command
|
# TODO: make this work with the regular rake command
|
||||||
script: "bundle exec rake spec"
|
script: "bundle exec rake spec"
|
||||||
gemfile:
|
gemfile:
|
||||||
|
|
Loading…
Reference in a new issue