From 6c676179226daa6c97c13a179f18406ba30c85c8 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 8 Jan 2016 22:18:15 +0100 Subject: [PATCH] CHG: added the make command --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fe511ea4..08cc83fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,4 @@ language: c #install: compiler: gcc +script: make clean && make all \ No newline at end of file -- 2.39.2