Skip to content

Commit b56c19a

Browse files
author
pemrouz
committed
chore: workaround travis npm i issue
1 parent ffa0af9 commit b56c19a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎.travis.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ sudo: false
22
language: node_js
33
node_js:
44
- "stable"
5+
before_install:
6+
57

68
after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 commit comments

Comments
 (0)