mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-10 04:21:01 +00:00
tell travis build requires autoconf AX_* macros
This commit is contained in:
parent
6529fd89f1
commit
af51bd4d46
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue