Browse Source

try global env variable via travis config

Adam Shaw 7 years ago
parent
commit
35f822b873
1 changed files with 5 additions and 2 deletions
  1. 5 2
      .travis.yml

+ 5 - 2
.travis.yml

@@ -10,7 +10,10 @@ cache:
     - node_modules
     - node_modules
 
 
 env:
 env:
-  - CMD=test
-  - CMD=lint
+  global:
+    - TZ="America/Los_Angeles"
+  matrix:
+    - CMD=test
+    - CMD=lint
 
 
 script: npm run $CMD -- --travis
 script: npm run $CMD -- --travis