Sepalated install openjdk-7-jdk for checking why travis could not install it.

This commit is contained in:
Takeshi Nakatani 2016-12-04 07:01:28 +00:00
parent 1ee5a468f4
commit 28c7888a50

View File

@ -4,7 +4,8 @@ dist: trusty
cache: apt
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq cppcheck libfuse-dev openjdk-7-jdk
- sudo apt-get install -qq cppcheck libfuse-dev
- sudo apt-get install openjdk-7-jdk
script:
- ./autogen.sh
- ./configure