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,9 +1,9 @@
|
||||||
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:
|
||||||
|
|
Loading…
Reference in a new issue