mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ci): move time zone test env variable to script
This way we don't create a dedicated cache file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user