Skip to content

Commit 49b7253

Browse files
committed
chore(ci): fix build stages
1 parent c0bd68f commit 49b7253

File tree

3 files changed

+437
-2396
lines changed

3 files changed

+437
-2396
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ script:
1212
- npm test
1313
after_script:
1414
- npm run coverage
15-
after_success:
16-
- npm run travis-deploy-once "npm run semantic-release"
15+
jobs:
16+
include:
17+
- stage: deploy
18+
node_js: stable
19+
script: "npm run semantic-release"
1720
notifications:
1821
slack:
1922
secure: RrEbq2xE1hWdog4AckkaKDnIYYwo5VdjPcFNhRJbn/7KI0fKeZVCKZy1Ww7aaJGth7R7UX415sEV1U6RrjFyhnBb6Sh+rh8fKTvcvuTbENZW45SbtUD+xmgOvb2kfk4PzgD5Q457DpchAZD7W+E+9qr3xI3Uvh4II1uhDmSKiLI=

0 commit comments

Comments
 (0)