blob: bbcbe14934405822d5d69638f15efbf2177ae435 [file] [log] [blame]
Thomas Klausnera2552952016-02-17 11:23:06 +01001language: c
2compiler:
3 - clang
4 - gcc
Thomas Klausnerc8e1c042016-02-17 11:39:46 +01005os:
6 - linux
7 - osx
Thomas Klausner869e7f72016-10-03 22:45:54 +02008before_install:
9 - if [ "$TRAVIS_OS_NAME" != "linux" ]; then
10 brew update;
11 brew uninstall libtool;
12 brew install libtool;
13 fi
Thomas Klausner58eb5eb2016-02-17 11:36:28 +010014script:
Thomas Klausner7c906572016-02-17 11:33:29 +010015 - autoreconf -fiv
Thomas Klausner58eb5eb2016-02-17 11:36:28 +010016 - ./configure
17 - make
18 - make check