Use new travis infrastructure, let travis use .ruby-version
This commit is contained in:
parent
0483ad2e0c
commit
971b67aa2d
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
sudo: false
|
sudo: false
|
||||||
rvm:
|
|
||||||
- 2.2.2
|
|
||||||
before_script:
|
before_script:
|
||||||
- RAILS_ENV=test bundle exec rspec spec
|
- RAILS_ENV=test bundle exec rspec spec
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
- tab@zeus.ugent.be
|
- tab@zeus.ugent.be
|
||||||
on_success: never
|
on_success: never
|
||||||
on_failure: change
|
on_failure: change
|
||||||
slack:
|
slack:
|
||||||
|
|
Loading…
Reference in a new issue