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.
1 parent 03266ad commit e1bcafcCopy full SHA for e1bcafc
.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