Skip to content

Commit 5792e6e

Browse files
author
pemrouz
committed
chore: workaround travis npm i issue
1 parent f72d0c5 commit 5792e6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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+
- npm i rijs@0.6.4-shrinkwrap
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)