mirror of https://github.com/aria2/aria2
parent
1d83f687dc
commit
18742ea800
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue