tell travis to use autotools

This commit is contained in:
Barak A. Pearlmutter 2016-12-28 12:40:06 +01:00
parent 504ef5c267
commit a602f3c1e2

View File

@ -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