s3fs-fuse/.travis.yml

18 lines
443 B
YAML
Raw Normal View History

2015-03-07 20:05:20 +00:00
language: cpp
dist: trusty
2015-04-18 13:45:58 +00:00
cache: apt
2015-03-07 20:05:20 +00:00
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