Skip to content

Commit

Permalink
Merge pull request #11 from ifraixedes/if-ci-restore-coverage
Browse files Browse the repository at this point in the history
Restore Coveralls service in the CI configuration
  • Loading branch information
ifraixedes committed Mar 20, 2019
2 parents 5098652 + 3c67424 commit a3f92b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -30,6 +30,7 @@ before_install:

script:
- make ci
- if [ "$COVERAGE" = true ]; then goveralls -coverprofile=profile.cov -service=travis-ci; fi

notifications:
email: false

0 comments on commit a3f92b2

Please sign in to comment.