Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# openjdk-6-jdk is not available in more recent Ubuntu versions
dist: trusty
language: java
install:
# Download dependencies with JDK 8 because Maven Central supports
Expand All @@ -23,4 +25,10 @@ jdk:
- oraclejdk9
- oraclejdk8
- openjdk7
- openjdk6

# The jdk key does not work for openjdk6 in Travis CI any more, so
# we manually install openjdk-6-jdk and set JAVA_HOME appropriately
# (https://github.com/travis-ci/travis-ci/issues/9713)
matrix:
include:
- env: JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>lib-parent</artifactId>
<version>8</version>
<version>14</version>
</parent>

<artifactId>system-rules</artifactId>
Expand Down