Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
(chore) Remove Codacy from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
KalleV committed May 14, 2018
1 parent 11c4f57 commit 2765158
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ install:
- npm install
script:
- npm test
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm install -g codacy-coverage && npm run coverage && cat ./coverage/lcov.info | codacy-coverage && rm -rf ./coverage; fi
- npm run coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit 2765158

Please sign in to comment.