Skip to content

Commit

Permalink
fixed coveralls implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
fearphage committed Mar 9, 2017
1 parent 13a5e7c commit 8af7be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
- docker

install:
- npm install -g codecov
- npm install -g coveralls

script:
- docker-compose up --force-recreate test

after_success:
- codecov
- cat ./coverage/lcov.info | $(npm bin)/coveralls

0 comments on commit 8af7be3

Please sign in to comment.