mirror of
https://github.com/prymitive/karma
synced 2026-05-13 03:56:59 +00:00
Merge pull request #914 from prymitive/fix-tz
fix(ci): move time zone test env variable to script
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