1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Execute tests in Travis

This commit is contained in:
Philipp Fischbeck 2015-01-05 10:27:05 +01:00
parent f93ff5b381
commit cc8f65c8d3

View File

@ -6,4 +6,5 @@ rvm:
script: script:
- export RAILS_ENV=test - export RAILS_ENV=test
- bundle exec rake db:create db:migrate - bundle exec rake db:create db:migrate
- bundle exec rake db:test:prepare - bundle exec rake db:test:prepare
- bundle exec rake test