Skip to content
This repository was archived by the owner on Jul 15, 2019. It is now read-only.

Commit cf1f72b

Browse files
fix: add before_deploy step to travis
1 parent 40ab689 commit cf1f72b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616
- BX_API=https://api.ng.bluemix.net
1717
- BX_ORGANIZATION=WatsonPlatformServices
1818
- BX_SPACE=demos
19+
before_deploy: npm install -g bx-blue-green
1920
deploy:
2021
- provider: script
2122
skip_cleanup: true
@@ -28,4 +29,4 @@ deploy:
2829
skip_cleanup: true
2930
script: npx semantic-release
3031
on:
31-
node: 8
32+
node: 8

0 commit comments

Comments
 (0)