Skip to content

Commit

Permalink
fix: fix release script config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanharrell committed Nov 11, 2018
1 parent 1664d6c commit 3e44b8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -23,12 +23,12 @@ jobs:
on:
branch: master
- stage: release
deploy:
provider: script
skip_cleanup: true
script:
script:
- npm run postcss
- npm run minify
- npm run semantic-release
deploy:
provider: script
skip_cleanup: true
on:
branch: master

0 comments on commit 3e44b8f

Please sign in to comment.