From 39aa6a7a539bc31d37885e06714ebfce268c284b Mon Sep 17 00:00:00 2001 From: Renaud Allard Date: Mon, 7 Sep 2015 13:18:05 +0200 Subject: [PATCH] Chnage the travis script so that it builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa0509e..c59af51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,2 @@ language: c -script: make \ No newline at end of file +script: ./configure && make