mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-22 07:31:33 +01:00
Fix travis
This commit is contained in:
parent
3d168637d2
commit
5ba465f3c1
@ -4,9 +4,9 @@ language: java
|
||||
jdk:
|
||||
- openjdk16
|
||||
before_install:
|
||||
- wget https://downloads.apache.org/maven/maven-3/3.8.1/binaries/apache-maven-3.8.1-bin.tar.gz
|
||||
- tar xzvf apache-maven-3.8.1-bin.tar.gz
|
||||
- export PATH=`pwd`/apache-maven-3.8.1/bin:$PATH
|
||||
- wget https://downloads.apache.org/maven/maven-3/3.8.3/binaries/apache-maven-3.8.3-bin.tar.gz
|
||||
- tar xzvf apache-maven-3.8.3-bin.tar.gz
|
||||
- export PATH=`pwd`/apache-maven-3.8.3/bin:$PATH
|
||||
- mvn -v
|
||||
cache:
|
||||
directories:
|
||||
|
Loading…
Reference in New Issue
Block a user