tap/.travis.yml
2015-09-09 14:18:17 +02:00

18 lines
325 B
YAML

language: ruby
sudo: false
before_script:
- "RAILS_ENV=test bundle exec rake db:create"
- "RAILS_ENV=test bundle exec rake db:schema:load"
script: bundle exec rake
notifications:
slack: zeuswpi:1pHNpPMD56jXSGG1w3Ysa9rd
email:
recipients:
- tap@zeus.ugent.be
on_success: never
on_failure: change