Skip to content

Commit

Permalink
Switch to openjdk7.
Browse files Browse the repository at this point in the history
  • Loading branch information
SPalominos committed May 14, 2018
1 parent 0a40ca4 commit 18accd2
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .travis.yml
@@ -1,17 +1,7 @@
language: java
addons:
apt:
packages:
- openjdk-6-jdk
jdk:
- openjdk6
# Download a version of maven compatible with openjdk6
install:
- echo "Downloading Maven 3.0";
- wget https://archive.apache.org/dist/maven/binaries/apache-maven-3.0-bin.zip || travis_terminate 1
- unzip -qq apache-maven-3.0-bin.zip || travis_terminate 1
- export M2_HOME=$PWD/apache-maven-3.0
- export PATH=$M2_HOME/bin:$PATH
- mvn -version
- mvn clean package install -DskipTests -Dgpg.skip
- openjdk7
# Do not install anything so that we can use our custom script. Instead, just
# return true.
install: true
script: "./travis-build.sh"

0 comments on commit 18accd2

Please sign in to comment.