Skip to content

Commit

Permalink
Fix javadoc & tests running in sonar task
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Jul 8, 2019
1 parent e7525cd commit 060497f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -30,8 +30,8 @@ jobs:
- stage: compile
name: "Maven build"
script:
- mvn package -DskipTests -Dmaven.javadoc.skip=true
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar; fi'
- mvn install -B -DskipTests -Dmaven.javadoc.skip=true
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn org.jacoco:jacoco-maven-plugin:prepare-agent sonar:sonar -B; fi'
- stage: compile
name: "Helm build"
script:
Expand Down

0 comments on commit 060497f

Please sign in to comment.