Browse Source

Switch sonarqube build to openjdk11

tags/8.0
Tom 4 years ago
parent
commit
5123a65651
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -1,7 +1,7 @@
language: java
sudo: required
install: true
jdk: oraclejdk11
jdk: openjdk11
script: ./travis.sh
dist: trusty


Loading…
Cancel
Save