Files
getdown/.travis.yml
T
Michael Bayne c50b2d6b16 Travis seems to no longer support JDK6.
Maybe with the next Getdown release, I'll drop JDK6 support as well.
2017-09-17 10:04:22 -07:00

11 lines
113 B
YAML

language: java
sudo: false
cache:
directories:
- '$HOME/.m2/repository'
jdk:
- openjdk7
- oraclejdk8