Skip to content

Commit

Permalink
Switch to AdoptOpenJDK 11.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Aug 8, 2020
1 parent b5fb6cd commit cf5ab3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
language: java
jdk:
- openjdk11

services:
- docker
Expand All @@ -12,6 +10,7 @@ git:
env:
global:
- FAF_DB_VERSION="v100" # git tag of the db version
- [email protected]
- GRADLE_CLI_OPTS="--console=plain --stacktrace --quiet"

before_install:
Expand All @@ -32,7 +31,7 @@ install:

script:
- chmod +x gradlew && ./gradlew inttest --tests com.faforever.api.clan.ClanControllerTest
# - chmod +x gradlew && ./gradlew ${GRADLE_CLI_OPTS} build -Pversion=${APP_VERSION}
- chmod +x gradlew && ./gradlew ${GRADLE_CLI_OPTS} build -Pversion=${APP_VERSION}

after_success:
- ./gradlew ${GRADLE_CLI_OPTS} jacocoTestReport coveralls
Expand Down

0 comments on commit cf5ab3e

Please sign in to comment.