Disable nls in osx-travis

Weird linking problems
pull/711/head
Nils Maier 2016-07-19 22:17:52 +02:00
parent 1d83f687dc
commit 18742ea800
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ before_script:
- autoreconf -i
- automake
- autoconf
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./configure --without-openssl --without-gnutls --with-appletls; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./configure --without-openssl --without-gnutls --with-appletls --disable-nls ; fi
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then ./configure ; fi
script:
- make check