blob: bbcbe14934405822d5d69638f15efbf2177ae435 [file] [log] [blame]
language: c
compiler:
- clang
- gcc
os:
- linux
- osx
before_install:
- if [ "$TRAVIS_OS_NAME" != "linux" ]; then
brew update;
brew uninstall libtool;
brew install libtool;
fi
script:
- autoreconf -fiv
- ./configure
- make
- make check