Repository: incubator-distributedlog Updated Branches: refs/heads/master 3fadd14aa -> 878ae87be
Enable coverall report Author: Sijie Guo <si...@apache.org> Author: Sijie Guo <sij...@twitter.com> Reviewers: Leigh Stewart <lstew...@apache.org> Closes #33 from sijie/sijie/fix_coverall_plugin Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/878ae87b Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/878ae87b Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/878ae87b Branch: refs/heads/master Commit: 878ae87be5b40b9f9d9a27297be14ed83a2c2f34 Parents: 3fadd14 Author: Sijie Guo <si...@apache.org> Authored: Tue Nov 8 23:39:53 2016 -0800 Committer: Sijie Guo <si...@apache.org> Committed: Tue Nov 8 23:39:53 2016 -0800 ---------------------------------------------------------------------- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/878ae87b/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 9953fed..0a45d4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: