mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
try the default rake task on travis
This commit is contained in:
parent
9ab2033a3e
commit
bd4dd70705
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ rvm:
|
|||
- 1.8.7
|
||||
# - 1.9.3
|
||||
# TODO: make this work with the regular rake command
|
||||
script: "bundle exec rake travis"
|
||||
script: "bundle exec rake"
|
||||
gemfile:
|
||||
- Gemfile
|
||||
before_script:
|
||||
|
|
Loading…
Reference in a new issue