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 5abe0bd commit b8f9f5aCopy full SHA for b8f9f5a
.travis.yml
@@ -4,10 +4,14 @@ node_js:
4
- 8
5
before_install:
6
- npm install codecov.io coveralls
7
+install :
8
+- npm install
9
+- npm run build
10
after_success:
11
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
12
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
-- npm run build
13
+
14
+before_deploy:
15
- npm run docz:build
16
branches:
17
only:
0 commit comments