Skip to content

Commit e1bcafc

Browse files
committed
make adjustments to .travis.yml
1 parent 03266ad commit e1bcafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_install:
77
after_success:
88
- '[[ $TRAVIS_BRANCH == "master" ]] && [[ $TRAVIS_JDK_VERSION == "openjdk7" ]] &&
99
{ mvn clean deploy -DskipTests; };'
10-
- mvn clean cobertura:cobertura coveralls:cobertura
10+
- mvn clean verify cobertura:cobertura coveralls:report
1111
notifications:
1212
email: false
1313
irc:

0 commit comments

Comments
 (0)