Skip to content

Commit 1539706

Browse files
committed
try to fix ci build
1 parent ddbbf6f commit 1539706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- "8"
44
script:
5-
- npm install -g coveralls
5+
- npm install --no-optional -g coveralls
66
- nyc npm test && nyc report --reporter=text-lcov > coverage.lcov
77
after_success:
88
- cat coverage.lcov | coveralls

0 commit comments

Comments
 (0)