Browse Source

travis update

dev
thuhole 5 years ago
parent
commit
69eb8ea41d
  1. 5
      .travis.yml

5
.travis.yml

@ -1,10 +1,13 @@
language: node_js language: node_js
node_js: node_js:
- 12 - 12
cache:
directories:
- node_modules
after_success: after_success:
- git config --global user.name "thuhole" - git config --global user.name "thuhole"
- git config --global user.email "[email protected]" - git config --global user.email "[email protected]"
- git remote rm origin - git remote rm origin
- git remote add origin https://thuhole:${GH_TOKEN}@github.com/thuhole/webhole.git - git remote add origin https://thuhole:${GH_TOKEN}@github.com/thuhole/webhole.git
- REACT_APP_BUILD_INFO=$(TZ=America/New_York date +"%y%m%d%H%M%S") npm run deploy - CI=false REACT_APP_BUILD_INFO=$(TZ=Asia/Shanghai date +"%y%m%d%H%M%S") npm run deploy

Loading…
Cancel
Save