Skip to content

Commit

Permalink
fix(ci): run release stage last (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell authored Mar 22, 2019
1 parent befa0b2 commit fcdf133
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ jobs:
- stage: lint
script: yarn lint
skip_cleanup: true
- stage: release
if: branch = master
before_deploy:
- yarn build
deploy:
provider: script
script:
- yarn travis-deploy-once "yarn semantic-release"
skip_cleanup: true
- stage: deploy-demo
if: branch = master
before_deploy:
Expand All @@ -40,3 +31,12 @@ jobs:
github-token: $GH_TOKEN
on:
branch: master
- stage: release
if: branch = master
before_deploy:
- yarn build
deploy:
provider: script
script:
- yarn travis-deploy-once "yarn semantic-release"
skip_cleanup: true

0 comments on commit fcdf133

Please sign in to comment.