Skip to content

Commit b8f9f5a

Browse files
author
JeanBaptisteWATENBERG
authored
(fix) build issues
1 parent 5abe0bd commit b8f9f5a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ node_js:
44
- 8
55
before_install:
66
- npm install codecov.io coveralls
7+
install :
8+
- npm install
9+
- npm run build
710
after_success:
811
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
912
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
10-
- npm run build
13+
14+
before_deploy:
1115
- npm run docz:build
1216
branches:
1317
only:

0 commit comments

Comments
 (0)