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