aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e2d84a0f0a2ff6da8e137a6a717b331fef34e785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: node_js
node_js:
- 8
install: npm install
script:
- npm run build
- npm run storybook:build
deploy:
  - provider: npm
    email: onap.sdc@gmail.com
    api_key: $NPM_TOKEN
    skip_cleanup: true
    on:
      tags: true
      repo: onap-sdc/onap-ui-angular
  - provider: pages
    repo: onap-sdc/onap-ui-angular
    skip_cleanup: true
    github_token: $GITHUB_TOKEN
    local_dir: .storybook-out
    on:
      branch: master