From 1e56137f9aa3164f7bdc942e97aeb6643fc77fb6 Mon Sep 17 00:00:00 2001 From: "shrmrf@users.noreply.github.com" Date: Tue, 20 Mar 2018 23:15:55 +0100 Subject: [PATCH] Update .travis.yml --- hypervisor/.travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/hypervisor/.travis.yml b/hypervisor/.travis.yml index a284e7219..6d02d18ea 100644 --- a/hypervisor/.travis.yml +++ b/hypervisor/.travis.yml @@ -1,3 +1,4 @@ language: c compiler: - gcc +script: make all