tap/.travis.yml

20 lines
340 B
YAML
Raw Normal View History

sudo: false
2015-03-03 15:21:16 +00:00
language: ruby
rvm:
2018-08-07 22:31:01 +00:00
- 2.4.0
2015-03-03 15:21:16 +00:00
before_script:
- "RAILS_ENV=test bundle exec rake db:create"
- "RAILS_ENV=test bundle exec rake db:schema:load"
2015-03-03 15:26:14 +00:00
script: bundle exec rake
2015-03-03 15:21:16 +00:00
notifications:
slack: zeuswpi:1pHNpPMD56jXSGG1w3Ysa9rd
2015-03-03 15:21:16 +00:00
email:
recipients:
- tap@zeus.ugent.be
2015-03-03 15:21:16 +00:00
on_success: never
on_failure: change