minor: turn off travis e-mail notifications
This commit is contained in:
parent
eb9b34c1af
commit
6be68c3e24
|
@ -1,6 +1,11 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
|
|
||||||
script: bundle exec rake test:ruby
|
script: bundle exec rake test:ruby
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
|
Loading…
Reference in New Issue