.travis.yml: trusty is now the default distribution, so remove it from explicit configuration

This commit is contained in:
pascalschumacher 2017-10-01 15:47:59 +02:00
parent d65b9d2bed
commit f3df2590df
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@
language: java
sudo: false
# trusty is required for oraclejdk9
dist: trusty
jdk:
- openjdk7