Add Travis configuration

This commit is contained in:
Andrew Gaul 2015-03-07 12:05:20 -08:00
parent 524e005b5c
commit 1210cf8c6c

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: cpp
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libfuse-dev
script:
- ./autogen.sh
- ./configure
- make
- make check -C src
# TODO: Travis does not support FUSE so integration tests cannot run:
# https://github.com/travis-ci/travis-ci/issues/1100
#after_script:
# - modprobe fuse
# - make check -C test