Add travis config file
This commit is contained in:
parent
8d65e10105
commit
476750a556
1 changed files with 18 additions and 0 deletions
18
.travis.yml
18
.travis.yml
|
@ -0,0 +1,18 @@
|
|||
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
|
Loading…
Reference in a new issue