Skip to content

Commit

Permalink
Use older distro to get jdk8 support on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
miho authored Aug 30, 2019
1 parent 7eda245 commit 4e6a5f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sudo: false
dist: trusty
# addons:
# apt:
# packages:
Expand All @@ -8,7 +9,7 @@ language: java
install: true
jdk:
#- openjdk8
- oraclejdk9
- oraclejdk8

env:
matrix:
Expand Down

0 comments on commit 4e6a5f1

Please sign in to comment.