api-console-assets
Version:
This repo only exists to publish api console components to npm
14 lines (13 loc) • 301 B
YAML
sudo: false
language: node_js
node_js:
- "6.10"
before_install:
- npm config set //registry.npmjs.org/:_authToken=${NPM_TOKEN}
before_script:
- curl -Lo travis_after_all.py https://git.io/vLSON
script:
- npm run build
after_success:
- python travis_after_all.py
- npm run semantic-release