Run integration tests via Travis

Mail from the Travis team:

Thanks for the email. I have set up s3fs-fuse/s3fs-fuse with our alpha
testing stack which may allow you to use FUSE.

To use it, add the following to your .travis.yml:
dist: trusty

Please keep in mind that the service may become unavailable without
notice, and change details. We welcome your feedback as to what works
and what does not with this setup.
This commit is contained in:
Andrew Gaul 2015-04-17 17:53:39 -07:00
parent 3701f1c16b
commit 39d4715b82

View File

@ -1,4 +1,5 @@
language: cpp language: cpp
dist: trusty
cache: apt cache: apt
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
@ -8,8 +9,7 @@ script:
- ./configure - ./configure
- make - make
- make check -C src - make check -C src
# TODO: Travis does not support FUSE so integration tests cannot run: # Travis granted s3fs access to their upcoming alpha testing stack which may
# https://github.com/travis-ci/travis-ci/issues/1100 # allow us to use FUSE.
#after_script: - modprobe fuse
# - modprobe fuse - make check -C test
# - make check -C test