This commit is contained in:
cr-marcstevens 2017-03-03 16:24:08 +01:00
Родитель 42ae4fb7b1
Коммит a7a3337892
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -12,9 +12,18 @@ compiler:
- gcc
- clang
env:
matrix:
- LIBTOOL=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