From cb43159b12ca8cb5b32afbf8826c400f8441b294 Mon Sep 17 00:00:00 2001 From: "shrmrf@users.noreply.github.com" Date: Tue, 20 Mar 2018 23:10:50 +0100 Subject: [PATCH] Create .travis.yml Initial commit. Will be refined --- hypervisor/.travis.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hypervisor/.travis.yml diff --git a/hypervisor/.travis.yml b/hypervisor/.travis.yml new file mode 100644 index 0000000000..a284e72193 --- /dev/null +++ b/hypervisor/.travis.yml @@ -0,0 +1,3 @@ +language: c +compiler: + - gcc