Merge pull request #63 from timgates42/bugfix_typo_embedded
[sha1collisiondetection.git] / .travis.yml
blobfd3500597645e47d9f9941f040ab903e8c52fc58
1 language: c
3 os:
4 - linux
5 - osx
7 compiler:
8 - gcc
9 - clang
11 env:
12   matrix:
13   - LIBTOOL=
14   - LIBTOOL=libtool-disabled
16 matrix:
17   allow_failures:
18   - os: osx
20 before_install:
21   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
22   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libtool; fi
23   
24 script:
25   - make
26   - make test
28 notifications:
29   on_success: change
30   on_failure: always