Export travis env variable to disable zombification on travis
This commit is contained in:
parent
ace46c94d9
commit
39b43a687c
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
script: "bundle exec rake ci"
|
script: "bundle exec rake ci"
|
||||||
|
env:
|
||||||
|
- TRAVIS=true
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue