Cleaned up Travis config.
This commit is contained in:
parent
7990e63678
commit
8b28656087
|
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
|
language: ruby
|
||||||
|
|
||||||
script: bundle exec rake
|
script: bundle exec rake
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|
@ -16,7 +18,6 @@ notifications:
|
||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
- yorickpeterse@gmail.com
|
- yorickpeterse@gmail.com
|
||||||
email:
|
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: change
|
on_failure: change
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue