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

Commit

Permalink
Enable coverall report
Browse files Browse the repository at this point in the history
Author: Sijie Guo <sijie@apache.org>
Author: Sijie Guo <sijieg@twitter.com>

Reviewers: Leigh Stewart <lstewart@apache.org>

Closes #33 from sijie/sijie/fix_coverall_plugin
  • Loading branch information
sijie committed Nov 9, 2016
1 parent 3fadd14 commit 878ae87
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ matrix:
before_install:
- echo "MAVEN_OPTS='-Xmx3072m -XX:MaxPermSize=512m'" > ~/.mavenrc

install:
- travis_retry mvn -B install clean findbugs:check -U -DskipTests=true

script:
- travis_retry mvn clean apache-rat:check
- travis_wait 60 mvn package
- travis_retry mvn clean install findbugs:check -DskipTests=true
- travis_wait 60 mvn package cobertura:cobertura coveralls:report

cache:
directories:
Expand Down

0 comments on commit 878ae87

Please sign in to comment.