diff --git a/.travis.yml b/.travis.yml index bb80c0d2..51c58ea8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ script: - "yarn run lint" - "yarn test -- --maxWorkers=4" after_script: - - "test -e ./coverage/lcov.info && npm install coveralls@2 && cat ./coverage/lcov.info | coveralls" + - "test -e ./coverage/lcov.info && yarn add coveralls@2 && cat ./coverage/lcov.info | coveralls"