mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 12:53:17 +00:00
tell travis build requires autoconf AX_* macros
This commit is contained in:
parent
6529fd89f1
commit
af51bd4d46
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue