update travis config
parent
87538dd1ac
commit
ac5de49627
|
@ -8,7 +8,7 @@ before_install:
|
||||||
- curl -L https://unpkg.com/@pnpm/self-installer | node
|
- curl -L https://unpkg.com/@pnpm/self-installer | node
|
||||||
install:
|
install:
|
||||||
- pnpm install
|
- pnpm install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pnpm run build
|
- pnpm run build
|
||||||
|
|
||||||
|
@ -28,5 +28,6 @@ deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
# Set in Travis CI dashboard
|
# Set in Travis CI dashboard
|
||||||
github_token: $GITHUB_TOKEN
|
github_token: $GITHUB_TOKEN
|
||||||
|
keep_history: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Reference in New Issue