Disasble integration tests for Travis

The previous KVM infrastructure supported this but their new VMware
infrastructure does not.
This commit is contained in:
Andrew Gaul 2015-06-18 11:28:10 -07:00
parent 477573265a
commit 219b155037

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