Move sauce enviro var higher in travis.yml.

This commit is contained in:
John-David Dalton
2015-11-16 09:33:22 -08:00
parent a3ced39b12
commit 6a49f227b4

View File

@@ -14,6 +14,7 @@ env:
- -
- ISTANBUL=true - ISTANBUL=true
- BIN="phantomjs" - BIN="phantomjs"
- SAUCE_LABS=true
matrix: matrix:
include: include:
- node_js: "0.8" - node_js: "0.8"
@@ -24,8 +25,6 @@ matrix:
env: env:
- node_js: "4" - node_js: "4"
env: env:
- node_js: "5"
env: SAUCE_LABS=true
git: git:
depth: 10 depth: 10
branches: branches: