aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: dae34f8a16f0ff0caeb66d82898a74fc07a142c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: node_js
node_js:
- 6
install: npm install
script:
- npm run build
deploy:
  - provider: npm
    email: onap.sdc@gmail.com
    api_key: $NPM_TOKEN
    skip_cleanup: true
    on:
      tags: true
      repo: onap-sdc/onap-ui-common