Skip to content

Commit

Permalink
ci(travis): switch to yarn for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Acatl Pacheco committed Jan 24, 2018
1 parent 5235444 commit 56c4907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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"

0 comments on commit 56c4907

Please sign in to comment.