Skip to content

Commit

Permalink
Removed OpenJDK6 from tested platforms on Travis
Browse files Browse the repository at this point in the history
Travis, openjdk6 and a compatible maven version is just
too much trouble. Easier to move on.
  • Loading branch information
Toomas Romer committed Apr 24, 2018
1 parent efa56f1 commit d1c4077
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,12 @@ addons:
apt:
packages:
- oracle-java8-installer
- openjdk-6-jdk
before_install:
- wget https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip
- unzip -qq apache-maven-3.3.9-bin.zip
- export M2_HOME=$PWD/apache-maven-3.3.9
- export PATH=$M2_HOME/bin:$PATH
install:
- jdk_switcher use oraclejdk8
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true
jdk:
- oraclejdk8
- openjdk7
- openjdk6
script:
- jdk_switcher use $TRAVIS_JDK_VERSION
- mvn test -Dmaven.javadoc.skip=true

0 comments on commit d1c4077

Please sign in to comment.