Files
docx-js/.travis.yml

16 lines
256 B
YAML
Raw Normal View History

2016-07-19 18:32:41 +01:00
language: node_js
node_js:
2017-04-16 02:25:44 +01:00
- "stable"
2016-07-19 18:32:41 +01:00
install:
- npm install
script:
2016-07-19 19:02:44 +01:00
- npm test
after_failure:
2017-04-16 01:12:42 +01:00
- "cat /home/travis/builds/dolanmiu/docx/npm-debug.log"
after_success:
2017-04-16 12:22:50 +01:00
- bash ./deploy-docs.sh
env:
global:
- ENCRYPTION_LABEL: "ad385fa3b525"