From 07295a8155ff60334c828c5ba99e942493b4f9d0 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Thu, 23 Mar 2017 13:52:13 -0700 Subject: [PATCH] Revert "travis: disable vhost build on Travis-CI" As of commit 6e2d7be8a16a97471edc847485bfed8d6a4ea9e7 ("vhost: add copy of virtio headers"), we bundle the appropriate headers that were causing the Travis-CI build to fail, so re-enable vhost in the Travis build. This reverts commit 2d0246da8367da0a7a174cb6ce87601dad015ccf. Change-Id: Ib52f66c91264aee138e420606ae1f16824aa3c10 Signed-off-by: Daniel Verkamp --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cf4875021..628d54062 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,5 +28,5 @@ before_script: - popd script: - - make CONFIG_WERROR=y CONFIG_VHOST=n + - make CONFIG_WERROR=y - ./unittest.sh