diff --git a/.travis.yml b/.travis.yml index 57f7a67..adde16a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,4 @@ os: osx before_install: brew update install: brew install check -script: make && make test - +script: autoreconf --install && ./configure && make && make test