From a602f3c1e219d3e8822d71d3d011f4fb20ef7639 Mon Sep 17 00:00:00 2001 From: "Barak A. Pearlmutter" Date: Wed, 28 Dec 2016 12:40:06 +0100 Subject: [PATCH] tell travis to use autotools --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 57f7a67..adde16a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,4 @@ os: osx before_install: brew update install: brew install check -script: make && make test - +script: autoreconf --install && ./configure && make && make test