Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #178 from GeoDienstenCentrum/travis-tweaks
Browse files Browse the repository at this point in the history
tweak test execution
  • Loading branch information
mprins authored Mar 3, 2018
2 parents 65e2d02 + ea62d46 commit b6f7fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install:
script:
- unset GEM_PATH
# execute unit and integration tests
- mvn -e -fae -B -DWatchMojoTestSleeptime=90000 -Dfailsafe.useFile=false -Dorg.slf4j.simpleLogger.showDateTime=true clean test verify
- mvn -e -fae -B -DWatchMojoTestSleeptime=90000 -Dfailsafe.useFile=false clean test verify -Dtest="*,!WatchMojoTest" -Dorg.slf4j.simpleLogger.showDateTime=true
- if [ "$TRAVIS_JDK_VERSION" == oraclejdk8 ] && [ "$VERSION" == "3.5.2" ]; then
mvn javadoc:javadoc;
mvn javadoc:test-javadoc;
Expand Down

0 comments on commit b6f7fbe

Please sign in to comment.