mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-22 10:15:18 +01:00
Fix Travis CI
This commit is contained in:
parent
4f0bee4d5f
commit
496e7008c4
@ -4,9 +4,9 @@ language: java
|
||||
jdk:
|
||||
- openjdk16
|
||||
before_install:
|
||||
- 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
|
||||
- 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.4-bin.tar.gz
|
||||
- export PATH=`pwd`/apache-maven-3.8.4/bin:$PATH
|
||||
- mvn -v
|
||||
cache:
|
||||
directories:
|
||||
|
Loading…
Reference in New Issue
Block a user