@angular-package/docs
Version:
Angular 5+ module to create documentation.
22 lines (21 loc) • 428 B
YAML
addons:
chrome: stable
language: node_js
node_js: '6'
before_install:
- npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
after_success:
- npm start
deploy:
provider: npm
email: "angular-package@wwwdev.io"
api_key: $NPM_TOKEN
skip_cleanup: true
on:
tags: true
all_branches: true
repo: angular-package/docs