We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f95531 commit 69734b0Copy full SHA for 69734b0
.travis.yml
@@ -2,18 +2,24 @@ sudo: false
2
3
language: node_js
4
node_js:
5
- - 4
6
-
7
-cache:
8
- directories:
9
- - node_modules
+ - 6
10
11
before_install:
12
- npm install codecov.io coveralls
13
14
after_success:
15
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
16
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
+ - npm run build
+ - nwb build-demo
+
+deploy:
17
+ provider: pages
18
+ skip_cleanup: true
19
+ github_token: $GITHUB_TOKEN
20
+ local_dir: demo/dist
21
+ on:
22
+ branch: master
23
24
branches:
25
only:
0 commit comments