Skip to content

Commit

Permalink
Installing custom mvn that would work with jdk6
Browse files Browse the repository at this point in the history
  • Loading branch information
Toomas Romer committed Apr 24, 2018
1 parent b46dde0 commit efa56f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ addons:
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
Expand Down

0 comments on commit efa56f1

Please sign in to comment.