Fix Travis CI

This commit is contained in:
Gabriele C
2021-11-28 16:22:37 +01:00
committed by GitHub
parent 4f0bee4d5f
commit 496e7008c4
+3 -3
View File
@@ -4,9 +4,9 @@ language: java
jdk: jdk:
- openjdk16 - openjdk16
before_install: before_install:
- wget https://downloads.apache.org/maven/maven-3/3.8.3/binaries/apache-maven-3.8.3-bin.tar.gz - wget https://downloads.apache.org/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.tar.gz
- tar xzvf apache-maven-3.8.3-bin.tar.gz - tar xzvf apache-maven-3.8.4-bin.tar.gz
- export PATH=`pwd`/apache-maven-3.8.3/bin:$PATH - export PATH=`pwd`/apache-maven-3.8.4/bin:$PATH
- mvn -v - mvn -v
cache: cache:
directories: directories: