mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-23 09:18:55 +00:00
Sepalated install openjdk-7-jdk for checking why travis could not install it.
This commit is contained in:
parent
1ee5a468f4
commit
28c7888a50
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user