PAN-52 updated the travis.yml file to also perform a sonar analysis after each build
This commit is contained in:
@@ -38,3 +38,5 @@ jobs:
|
||||
script: ./gradlew test
|
||||
- stage: Integration Tests
|
||||
script: ./gradlew integrationTest
|
||||
- stage: Sonar analysis
|
||||
script: ./gradlew sonar
|
||||
|
||||
Reference in New Issue
Block a user