Loading .travis.yml +8 −0 Original line number Diff line number Diff line os: - linux - osx sudo: false language: c install: - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update > /dev/null; fi - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install openssl libidn rtmpdump libssh2 c-ares libmetalink libressl nghttp2; fi before_script: - ./buildconf Loading Loading
.travis.yml +8 −0 Original line number Diff line number Diff line os: - linux - osx sudo: false language: c install: - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update > /dev/null; fi - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install openssl libidn rtmpdump libssh2 c-ares libmetalink libressl nghttp2; fi before_script: - ./buildconf Loading