Skip to content

Commit ccb561f

Browse files
fix(build): deploy to bluemix and then release it
1 parent 8c2cd15 commit ccb561f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ env:
1616
- BX_SPACE=demos
1717
before_deploy: npm install -g bx-blue-green
1818
deploy:
19-
- provider: script
20-
skip_cleanup: true
21-
script: npx semantic-release
22-
on:
23-
node: 8
2419
- provider: script
2520
skip_cleanup: true
2621
script:
2722
- bx-blue-green-travis
2823
on:
2924
branch: master
3025
repo: watson-developer-cloud/assistant-simple
26+
- provider: script
27+
skip_cleanup: true
28+
script: npx semantic-release
29+
on:
30+
node: 8
31+

0 commit comments

Comments
 (0)