mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-23 01:27:42 +01:00
Fixes travis issue with env variables on PRs (#598)
Found by PyvesB on #596
This commit is contained in:
parent
bd06c709f8
commit
ec30871444
@ -19,8 +19,9 @@ jdk:
|
||||
- oraclejdk8
|
||||
script:
|
||||
- pwd
|
||||
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
|
||||
- "$TRAVIS_PULL_REQUEST" = "true" || mvn test
|
||||
- "$TRAVIS_PULL_REQUEST" = "false" || mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
|
||||
cache:
|
||||
directories:
|
||||
- '$HOME/.m2/repository'
|
||||
- '$HOME/.sonar/cache'
|
||||
- '$HOME/.sonar/cache'
|
||||
|
Loading…
Reference in New Issue
Block a user