Skip to content

Commit

Permalink
Release from Java 8 build
Browse files Browse the repository at this point in the history
The Java 9 build seems to have some backwards incompatibilities when
targetting Java 8 (triplea-game#2801).
  • Loading branch information
ssoloff committed Jan 3, 2018
1 parent 34ed020 commit af1fedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ language: java
matrix:
include:
- jdk: oraclejdk8
env: TRIPLEA_RELEASE=false
- jdk: oraclejdk9
env: TRIPLEA_RELEASE=true
- jdk: oraclejdk9
env: TRIPLEA_RELEASE=false
addons:
postgresql: "9.5"
apt:
Expand Down

0 comments on commit af1fedf

Please sign in to comment.