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
# Travis granted s3fs access to their upcoming alpha testing stack which may
# allow us to use FUSE.
- modprobe fuse
- make check -C test
# TODO: Travis changed their infrastructure some time in June 2015 such that
# this does not work currently
#- modprobe fuse
#- make check -C test