mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-03 22:11:52 +01:00
Attempt to fix travis.yml parsing
This commit is contained in:
parent
cf8c3bc99a
commit
4b991c0fab
@ -19,8 +19,8 @@ jdk:
|
||||
- oraclejdk8
|
||||
script:
|
||||
- pwd
|
||||
- "$TRAVIS_PULL_REQUEST" = "true" || mvn test
|
||||
- "$TRAVIS_PULL_REQUEST" = "false" || mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
|
||||
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then mvn test; fi'
|
||||
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar; fi'
|
||||
cache:
|
||||
directories:
|
||||
- '$HOME/.m2/repository'
|
||||
|
Loading…
Reference in New Issue
Block a user