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:
|
2017-09-17 00:01:09 +01:00
|
|
|
- npm run lint
|
2016-07-19 19:02:44 +01:00
|
|
|
- npm test
|
2018-01-22 23:38:49 +00:00
|
|
|
- npm run style
|
2018-01-23 11:28:27 +00:00
|
|
|
- npm run build
|
2018-01-23 11:24:44 +00:00
|
|
|
- node ./demo/demo1.js
|
|
|
|
- node ./demo/demo2.js
|
|
|
|
- node ./demo/demo3.js
|
|
|
|
- node ./demo/demo4.js
|
|
|
|
- node ./demo/demo5.js
|
2018-01-22 23:38:49 +00:00
|
|
|
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"
|
2018-01-22 23:38:49 +00:00
|
|
|
|