Skip to content

Commit

Permalink
Enable oraclejdk9, remove special java 8 installer
Browse files Browse the repository at this point in the history
The installer workaround should no longer be necessary.
  • Loading branch information
Rob Eden committed Feb 1, 2018
1 parent 7edbbd4 commit b1d298f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
@@ -1,21 +1,17 @@
language: java
jdk:
- oraclejdk8
- oraclejdk9
sudo: false

env: DISPLAY=:99.0

install: true

# This line installs more modern Java 8 versions than Travis supports as of this writing
# (8/2016). The version supported by Travis (8u31) was way out of date and crashing builds.
# Source: https://github.com/travis-ci/travis-ci/issues/3259#issuecomment-130860338

# also install a window manager, needed for SWT-based tests
# install a window manager, needed for SWT-based tests
addons:
apt:
packages:
- oracle-java8-installer
- metacity

# start metacity window manager before running tests
Expand Down

0 comments on commit b1d298f

Please sign in to comment.