Export travis env variable to disable zombification on travis

This commit is contained in:
Markus Schirp 2014-05-07 15:53:17 +00:00
parent ace46c94d9
commit 39b43a687c

View file

@ -1,5 +1,7 @@
language: ruby
script: "bundle exec rake ci"
env:
- TRAVIS=true
rvm:
- 1.9.3
- 2.0.0