To run webkit tests on travis
This commit is contained in:
parent
456a071bf3
commit
77d9a0235a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ env:
|
|||
script:
|
||||
- RAILS_ENV=test bundle exec rake db:migrate --trace
|
||||
- bundle exec rake db:test:prepare
|
||||
- bundle exec rake
|
||||
- xvfb-run bundle exec rake
|
||||
|
||||
before_script:
|
||||
- cp config/database.travis.yml config/database.yml
|
||||
|
|
Loading…
Reference in a new issue