Skip to content

Commit

Permalink
Upgraded travis to openjdk 10
Browse files Browse the repository at this point in the history
  • Loading branch information
vatbub committed Sep 1, 2020
1 parent d4841fe commit 257a0e5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
language: java
jdk:
- openjdk8
- openjdk10
cache:
directories:
- "$HOME/.m2"
before_install:
- git clone -b travis `git config --get remote.origin.url` target/travis
install:
- wget https://s3.eu-central-1.amazonaws.com/vatbubjdk/jdk-8u191-linux-x64.tar.gz -nv
- tar -xf jdk-8u191-linux-x64.tar.gz
- export JAVA_HOME=/home/travis/build/vatbub/mslinks/jdk1.8.0_191/
script:
- mvn deploy --settings target/travis/settings.xml
branches:
Expand Down

0 comments on commit 257a0e5

Please sign in to comment.