PAN-52 updated the travis.yml file to also perform a sonar analysis after each build

This commit is contained in:
atusa
2019-03-15 15:04:45 -06:00
parent 4d0658a268
commit bd7455c679
+2
View File
@@ -38,3 +38,5 @@ jobs:
script: ./gradlew test
- stage: Integration Tests
script: ./gradlew integrationTest
- stage: Sonar analysis
script: ./gradlew sonar