Add global ENV flag on runs in Travis to make it detectable

This commit is contained in:
Ben Atkins 2015-03-25 19:41:10 -04:00
parent 5f8904e2ef
commit 2975c7c2d1
1 changed files with 6 additions and 3 deletions

View File

@ -6,9 +6,12 @@ rvm:
- jruby-19mode
- jruby-18mode
env:
- DB=mysql
- DB=postgres
- DB=sqlite
global:
- TRAVIS=true
matrix:
- DB=mysql
- DB=postgres
- DB=sqlite
sudo: false