tap/.travis.yml
2015-03-03 16:26:14 +01:00

19 lines
328 B
YAML

language: ruby
rvm:
- 2.1.0
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:
- tab@zeus.ugent.be
on_success: never
on_failure: change