Skip to content

Commit

Permalink
Issue #8 Add Coveralls Support
Browse files Browse the repository at this point in the history
Take 1: try adding coveralls-maven-plugin config and updating travis
configurations. Also updated documentation.

resolves #8

Change-Id: Ibfcebda4bb172671a191ae80d00a73f0601c6690
Signed-off-by: Bindul Bhowmik <bindulbhowmik@gmail.com>
  • Loading branch information
bindul committed Jan 11, 2016
1 parent 2478a45 commit 7c9a814
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 @@ -27,9 +27,9 @@ install: "mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V --setting

script: "mvn test -B --settings target/travis/travis-mvn-settings.xml"

# Coverage report to coveralls.io
# Coverage report to coveralls.io (but not for pull requests)
after_success:
- mvn clean test jacoco:report coveralls:report
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && mvn clean test jacoco:report coveralls:report'

# Speed up builds
cache:
Expand Down

0 comments on commit 7c9a814

Please sign in to comment.