s3fs-fuse/.travis.yml
Andrew Gaul 219b155037 Disasble integration tests for Travis
The previous KVM infrastructure supported this but their new VMware
infrastructure does not.
2015-06-18 11:28:10 -07:00

18 lines
443 B
YAML

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.
# TODO: Travis changed their infrastructure some time in June 2015 such that
# this does not work currently
#- modprobe fuse
#- make check -C test