autodocs
Version:
Automates publishing documentation, for use continuous integration and continuous deployment
18 lines (17 loc) • 492 B
YAML
language: node_js
node_js:
- '4'
script:
- npm run lint
- npm run cover
after_success:
- npm run autodocs
- npm run coveralls
env:
global:
- secure: PBbQBujvmahalekuM9mx/dqwsD61CAgnARauTIBkwWjOwoN8ojW+PFP0GehHo3KOqKZB5UtujcrT75Viy0OYqhefo/EmFwH+ViRn9d6Ga47lKBuQ93PyEOFkx7q/Q6eQ2ac3IZESStPF10+uS24CAIdiL60FWuB9/4Jp1+H0s6A=
# - FLAG_PUBLISH_ON_RELEASE: 'true'
- DOCUMENT_BRANCH: ${TRAVIS_BRANCH}
- FLAG_CLEAN_DOCUMENT: 'true'
- FLAG_COPY_ASSETS: 'true'
- DOCUMENT_ASSETS: 'CNAME'