From 865ea8495e35e54a118cd92908372bee69499583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sat, 31 Aug 2019 10:55:40 +0100 Subject: [PATCH] fix(ci): move time zone test env variable to script This way we don't create a dedicated cache file --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0fed0c5ce..41a44892e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,10 +46,7 @@ jobs: - stage: Test name: Test JavaScript code with Pacific/Easter time zone <<: *DEFAULTS_JS - env: - - NODE_ENV=test - - TZ=Pacific/Easter - script: make test-js + script: env TZ=Pacific/Easter make test-js after_success: - travis_retry curl -s --fail https://codecov.io/bash | bash -s -- -F ui