tap/.travis.yml
2018-07-26 17:14:44 +02:00

20 lines
340 B
YAML

sudo: false
language: ruby
rvm:
- 2.5.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:
- tap@zeus.ugent.be
on_success: never
on_failure: change