travis: disable vhost build on Travis-CI

The virtio_scsi.h header is not available in the version of
linux-libc-dev shipped with Ubuntu Trusty.

Change-Id: I442f2cfc160b166b56b3c0b6f2f3ff02df971abb
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2017-03-17 14:10:48 -07:00
parent 4a385f2c38
commit 2d0246da83

View File

@ -28,5 +28,5 @@ before_script:
- popd
script:
- make CONFIG_WERROR=y
- make CONFIG_WERROR=y CONFIG_VHOST=n
- ./unittest.sh