Skip to content

Commit

Permalink
Script fix to avoid matrix multiplication
Browse files Browse the repository at this point in the history
  • Loading branch information
badgerwithagun committed Feb 26, 2019
1 parent 99ab54e commit 39f1b65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ notifications:
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
jdk: openjdk8
env:
- BUILD_ARGS="-B -U -DskipSlowTests=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
- SONAR_TARGETS="clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar"
env: BUILD_ARGS="-B -U -DskipSlowTests=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" SONAR_TARGETS="clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar"
matrix:
fast_finish: true
include:
Expand Down

0 comments on commit 39f1b65

Please sign in to comment.