Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe9aaf commit 94da4cbCopy full SHA for 94da4cb
1 file changed
.travis.yml
@@ -2,6 +2,7 @@ sudo: required
2
language: python
3
os: linux
4
arch: arm64
5
+jdk: openjdk10
6
7
addons:
8
sonarcloud:
@@ -62,9 +63,6 @@ cache:
62
63
- $MAVEN_CFG
64
65
before_install:
- - sudo apt-get update
66
- # Java9+ Required for Sonar and SQLCL
67
- - sudo apt-get -y install unzip openjdk-9-jre
68
69
#cache to be used between stages. Based on https://github.com/travis-ci/docs-travis-ci-com/issues/1329
70
#delete all files in cache that are older than 5 days
0 commit comments