Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
removed coverage for hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeDawkins committed Jan 5, 2017
1 parent 8ad5727 commit 4ff468a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ before_install:
- npm install -g coveralls
script:
- npm link
- npm test -- --coverage
- npm test
- coveralls < ./.coverage/lcov.info || true
- "./.scripts/prepare/app.sh"
- "./.scripts/deploy/app.sh"

0 comments on commit 4ff468a

Please sign in to comment.