Files
runelite/.travis.yml
James d9a475f309 Fix travis (#143)
* Use xenial in Travis

trusty is going EOL at end of this month and this also fixes openjdk11
builds.

Ref: https://travis-ci.community/t/oracle-jdk11-build-error/1865/6

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>

* Try to use matrix and manually install oracle jdk 8

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-04-28 15:43:03 -04:00

11 lines
145 B
YAML

language: java
sudo: false
dist: xenial
cache:
directories:
- $HOME/.m2
jdk:
- openjdk8
- openjdk11
install: true
script: ./travis/build.sh