Merge pull request #198 from andrewgaul/travis

Disasble integration tests for Travis
This commit is contained in:
Takeshi Nakatani 2015-06-20 10:42:23 +09:00
commit d59eff4288

View File

@ -11,5 +11,7 @@ script:
- make check -C src - make check -C src
# Travis granted s3fs access to their upcoming alpha testing stack which may # Travis granted s3fs access to their upcoming alpha testing stack which may
# allow us to use FUSE. # allow us to use FUSE.
- modprobe fuse # TODO: Travis changed their infrastructure some time in June 2015 such that
- make check -C test # this does not work currently
#- modprobe fuse
#- make check -C test