1
0
Fork 0

To run webkit tests on travis

This commit is contained in:
Andrew Tomaka 2013-08-10 08:50:38 -04:00
parent 456a071bf3
commit 77d9a0235a
1 changed files with 1 additions and 1 deletions

View File

@ -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