Skip to content

Commit b8d8c98

Browse files
author
pemrouz
committed
chore: workaround travis npm i issue
1 parent a05cb7c commit b8d8c98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
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@next
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)