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
|
||||
script: "bundle exec rake ci"
|
||||
env:
|
||||
- TRAVIS=true
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue