Files
docx-js/.travis.yml
Dolan 19b122684c Add lint to Travis
Fix linting
2017-09-17 00:01:09 +01:00

17 lines
273 B
YAML

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