blob: fd3500597645e47d9f9941f040ab903e8c52fc58 [file] [log] [blame]
language: c
os:
- linux
- osx
compiler:
- gcc
- clang
env:
matrix:
- LIBTOOL=
- LIBTOOL=libtool-disabled
matrix:
allow_failures:
- os: osx
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libtool; fi
script:
- make
- make test
notifications:
on_success: change
on_failure: always
OSZAR »