2015-09-04 17:28:15 +02:00
|
|
|
sudo: false
|
2015-03-03 16:21:16 +01:00
|
|
|
language: ruby
|
|
|
|
rvm:
|
2015-09-04 17:28:15 +02:00
|
|
|
- 2.2.0
|
2015-03-03 16:21:16 +01:00
|
|
|
|
|
|
|
before_script:
|
|
|
|
- "RAILS_ENV=test bundle exec rake db:create"
|
|
|
|
- "RAILS_ENV=test bundle exec rake db:schema:load"
|
|
|
|
|
2015-03-03 16:26:14 +01:00
|
|
|
script: bundle exec rake
|
2015-03-03 16:21:16 +01:00
|
|
|
|
|
|
|
notifications:
|
2015-03-03 16:24:33 +01:00
|
|
|
slack: zeuswpi:1pHNpPMD56jXSGG1w3Ysa9rd
|
2015-03-03 16:21:16 +01:00
|
|
|
|
|
|
|
email:
|
|
|
|
recipients:
|
2015-09-04 17:28:15 +02:00
|
|
|
- tap@zeus.ugent.be
|
2015-03-03 16:21:16 +01:00
|
|
|
on_success: never
|
|
|
|
on_failure: change
|