mirror of https://github.com/jwtk/jjwt.git
Setting travis-ci dist to trusty in order to install older java versions
This commit is contained in:
parent
718f357c58
commit
cf9196d575
|
@ -1,6 +1,7 @@
|
||||||
# https://travis-ci.org/jwtk/jjwt
|
# https://travis-ci.org/jwtk/jjwt
|
||||||
|
|
||||||
#sudo: required
|
#sudo: required
|
||||||
|
dist: trusty
|
||||||
language: java
|
language: java
|
||||||
jdk:
|
jdk:
|
||||||
- openjdk7 # not really openjdk7 - we're just using this travis placeholder for our own Oracle JDK 7 installation
|
- openjdk7 # not really openjdk7 - we're just using this travis placeholder for our own Oracle JDK 7 installation
|
||||||
|
|
Loading…
Reference in New Issue