1
0
mirror of https://github.com/yarrick/iodine.git synced 2024-11-29 08:26:08 +03:00

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