language: cpp dist: trusty cache: apt before_install: - sudo apt-get update -qq - sudo apt-get install -qq libfuse-dev script: - ./autogen.sh - ./configure - make - make check -C src # Travis granted s3fs access to their upcoming alpha testing stack which may # allow us to use FUSE. - modprobe fuse - make check -C test