aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 5 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml
index 3afac06..e2d84a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,10 @@
language: node_js
node_js:
-- 6
+- 8
install: npm install
script:
-- npm run build-common
-- npm test
- npm run build
-- npm run build-gh-pages
+- npm run storybook:build
deploy:
- provider: npm
email: onap.sdc@gmail.com
@@ -14,18 +12,11 @@ deploy:
skip_cleanup: true
on:
tags: true
- repo: onap-sdc/sdc-ui
+ repo: onap-sdc/onap-ui-angular
- provider: pages
- repo: onap-sdc/sdc-ui
+ repo: onap-sdc/onap-ui-angular
skip_cleanup: true
github_token: $GITHUB_TOKEN
- local_dir: .out
+ local_dir: .storybook-out
on:
branch: master
- - provider: pages
- skip_cleanup: true
- github_token: $GITHUB_TOKEN
- local_dir: .out
- on:
- all_branches: true
- condition: $DEPLOY = 1