Updated CI configurations.
This commit is contained in:
parent
afe6d3ebc9
commit
3e70a53714
3 changed files with 43 additions and 7 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,10 +1,6 @@
|
|||
language: java
|
||||
dist: trusty
|
||||
|
||||
env:
|
||||
global:
|
||||
- CI=true
|
||||
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
|
||||
|
@ -29,6 +25,6 @@ cache:
|
|||
|
||||
after_success:
|
||||
- |
|
||||
if [ "${TRAVIS_TEST_RESULT}" == 0 ]; then
|
||||
./gradlew sonarqube
|
||||
fi
|
||||
if [ "${TRAVIS_TEST_RESULT}" == 0 ]; then
|
||||
./gradlew sonarqube
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue