We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03266ad + e1bcafc commit 690bb5cCopy full SHA for 690bb5c
.travis.yml
@@ -7,7 +7,7 @@ before_install:
7
after_success:
8
- '[[ $TRAVIS_BRANCH == "master" ]] && [[ $TRAVIS_JDK_VERSION == "openjdk7" ]] &&
9
{ mvn clean deploy -DskipTests; };'
10
-- mvn clean cobertura:cobertura coveralls:cobertura
+- mvn clean verify cobertura:cobertura coveralls:report
11
notifications:
12
email: false
13
irc:
0 commit comments