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

19 lines
338 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 rspec
notifications:
slack: zeuswpi:xpKSw4tg8JIvQb7Z3svBq0tD
email:
recipients:
- gamification@zeus.ugent.be
on_success: never
on_failure: change