Fix travis hopefully

This commit is contained in:
Lucas
2019-06-08 23:43:51 +02:00
parent 3bbbda23ed
commit cdc2f356c6
2 changed files with 5 additions and 3 deletions

View File

@@ -9,3 +9,5 @@ jdk:
- openjdk11 - openjdk11
install: true install: true
script: ./travis/build.sh script: ./travis/build.sh
before_install:
- chmod +x ./travis/build.sh