Setting travis-ci dist to trusty in order to install older java versions

This commit is contained in:
Brian Demers 2019-09-12 17:43:41 -04:00
parent 718f357c58
commit cf9196d575
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# https://travis-ci.org/jwtk/jjwt
#sudo: required
dist: trusty
language: java
jdk:
- openjdk7 # not really openjdk7 - we're just using this travis placeholder for our own Oracle JDK 7 installation