mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 12:53:17 +00:00
tell travis to use autotools
This commit is contained in:
parent
504ef5c267
commit
a602f3c1e2
|
@ -7,5 +7,4 @@ os: osx
|
||||||
before_install: brew update
|
before_install: brew update
|
||||||
install: brew install check
|
install: brew install check
|
||||||
|
|
||||||
script: make && make test
|
script: autoreconf --install && ./configure && make && make test
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue