tap/.travis.yml

19 lines
338 B
YAML
Raw Normal View History

2015-03-03 15:21:16 +00:00
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 rspec
notifications:
slack: zeuswpi:xpKSw4tg8JIvQb7Z3svBq0tD
email:
recipients:
- gamification@zeus.ugent.be
on_success: never
on_failure: change