Skip to content

Commit

Permalink
chore(ci): fix build stages
Browse files Browse the repository at this point in the history
  • Loading branch information
srowhani committed Apr 24, 2019
1 parent c0bd68f commit 49b7253
Show file tree
Hide file tree
Showing 3 changed files with 437 additions and 2,396 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ script:
- npm test
after_script:
- npm run coverage
after_success:
- npm run travis-deploy-once "npm run semantic-release"
jobs:
include:
- stage: deploy
node_js: stable
script: "npm run semantic-release"
notifications:
slack:
secure: RrEbq2xE1hWdog4AckkaKDnIYYwo5VdjPcFNhRJbn/7KI0fKeZVCKZy1Ww7aaJGth7R7UX415sEV1U6RrjFyhnBb6Sh+rh8fKTvcvuTbENZW45SbtUD+xmgOvb2kfk4PzgD5Q457DpchAZD7W+E+9qr3xI3Uvh4II1uhDmSKiLI=
Loading

0 comments on commit 49b7253

Please sign in to comment.