Use trusty and jdk 8 as same as scala-native

This commit is contained in:
exoego 2019-05-14 21:58:58 +09:00
parent 7ff3856279
commit 42fa30a9d2
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
dist: xenial
dist: trusty
group: stable
sudo: required
env:
- SCALANATIVE_GC=boehm
language: scala
matrix:
include:
@ -12,7 +15,7 @@ matrix:
apt:
packages:
- openjdk8
- jdk: openjdk11
# - jdk: openjdk11
before_install:
- bash scripts/travis_setup.sh