1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

CI: Another attempt to fix the timezone

This commit is contained in:
Jermolene 2019-01-08 11:16:31 +00:00
parent 2b8efdc3ea
commit 83bea2a270

View File

@ -1,9 +1,6 @@
language: node_js
- "node"
before_install:
- export TZ=GMT
stages:
- name: test
- name: build-prerelease
@ -18,6 +15,7 @@ jobs:
- stage: build-prerelease
script:
- ./bin/travis-pre-build.sh
- export TZ=GMT
- export TW5_BUILD_TIDDLYWIKI='./tiddlywiki.js'
- export TW5_BUILD_VERSION=$(./bin/get-plugin-library-version-number)
- export TW5_BUILD_DETAILS="Prerelease built from branch '$TRAVIS_BRANCH' at commit $(git rev-parse HEAD) of $(git remote get-url origin) at $(date +'%F %T %Z')"
@ -28,6 +26,7 @@ jobs:
- stage: build-tiddlywiki-com
script:
- ./bin/travis-pre-build.sh
- export TZ=GMT
- export TW5_BUILD_TIDDLYWIKI='./node_modules/tiddlywiki/tiddlywiki.js'
- export TW5_BUILD_VERSION=$(./bin/get-plugin-library-version-number)
- export TW5_BUILD_DETAILS="Built from branch '$TRAVIS_BRANCH' at commit $(git rev-parse HEAD) of $(git remote get-url origin) at $(date +'%F %T %Z')"