Skip to content

Commit e0f99cc

Browse files
committed
updated travis yml
1 parent 1bbf299 commit e0f99cc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ node_js:
44
- "6"
55
- "4"
66
before_script:
7-
- npm install -g gulp mocha gulp-cli
7+
- npm install -g gulp mocha gulp-cli codecov istanbul
88
install:
99
- npm install
1010
script:
11-
- npm test
12-
after_success:
13-
- bash <(curl -s https://codecov.io/bash)
11+
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && codecov

0 commit comments

Comments
 (0)