Skip to content

Commit 987ca98

Browse files
author
pemrouz
committed
chore: remove npm i travis workaround
1 parent 05a875f commit 987ca98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@ sudo: false
22
language: node_js
33
node_js:
44
- "stable"
5-
before_install:
6-
75

86
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)