tell travis build requires autoconf AX_* macros

This commit is contained in:
Barak A. Pearlmutter 2016-12-28 13:33:47 +01:00
parent 6529fd89f1
commit af51bd4d46

View file

@ -5,6 +5,6 @@ language: objective-c
os: osx os: osx
before_install: brew update before_install: brew update
install: brew install check install: brew install check autoconf-archive
script: autoreconf --install && ./configure && make && make test script: autoreconf --install && ./configure && make && make test