Make Travis CI use Ubuntu Trusty image for building.

This commit is contained in:
Andreas Schildbach 2017-06-25 20:29:26 +02:00
parent 3bc1faf533
commit 0acdb0699e

View file

@ -1,4 +1,5 @@
# configuration for https://travis-ci.org/schildbach/public-transport-enabler # configuration for https://travis-ci.org/schildbach/public-transport-enabler
sudo: false sudo: false
dist: trusty
language: java language: java
jdk: openjdk7 jdk: openjdk7