Skip to content

Commit 690bb5c

Browse files
committed
Merge pull request #37 from dcrissman/travis-fix
make adjustments to .travis.yml
2 parents 03266ad + e1bcafc commit 690bb5c

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)