Loading .travis.yml +5 −0 Original line number Diff line number Diff line Loading @@ -316,6 +316,11 @@ script: - | set -eo pipefail if [ "$T" = "normal" ]; then if [ $TRAVIS_OS_NAME = linux ]; then # Remove system curl to make sure we don't rely on it. # Only done on Linux since we're not permitted to on mac. sudo rm -f /usr/bin/curl fi ./configure --enable-warnings --enable-werror $C make && make examples if [ -z $NOTESTS ]; then Loading Loading
.travis.yml +5 −0 Original line number Diff line number Diff line Loading @@ -316,6 +316,11 @@ script: - | set -eo pipefail if [ "$T" = "normal" ]; then if [ $TRAVIS_OS_NAME = linux ]; then # Remove system curl to make sure we don't rely on it. # Only done on Linux since we're not permitted to on mac. sudo rm -f /usr/bin/curl fi ./configure --enable-warnings --enable-werror $C make && make examples if [ -z $NOTESTS ]; then Loading