Files
docx-js/.travis.yml
2018-01-22 23:38:49 +00:00

18 lines
288 B
YAML

language: node_js
node_js:
- "stable"
install:
- npm install
script:
- npm run lint
- npm test
- npm run style
after_failure:
- "cat /home/travis/builds/dolanmiu/docx/npm-debug.log"
after_success:
- bash ./deploy-docs.sh
env:
global:
- ENCRYPTION_LABEL: "ad385fa3b525"