Skip to content

Commit

Permalink
test fix for borken travis stages
Browse files Browse the repository at this point in the history
  • Loading branch information
Callidon committed Jan 22, 2020
1 parent 7a38131 commit 2c9036b
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,20 @@ jobs:
- yarn build
- yarn doc
node_js: "12"
provider: pages
skip_cleanup: true
github_token: $GH_TOKEN
local_dir: docs
on:
branch: master
deploy:
- provider: pages
skip_cleanup: true
github_token: $GH_TOKEN
local_dir: docs
on:
branch: master
- stage: npm release
script: yarn build
node_js: "12"
provider: npm
skip_cleanup: true
email: [email protected]
api_key: $NPM_KEY
on:
tags: true
deploy:
- provider: npm
skip_cleanup: true
email: [email protected]
api_key: $NPM_KEY
on:
tags: true

0 comments on commit 2c9036b

Please sign in to comment.