We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d37a4 commit 25218efCopy full SHA for 25218ef
1 file changed
.travis.yml
@@ -22,7 +22,6 @@ before_install:
22
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install cppcheck; fi
23
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export CFLAGS='-mtune=generic'; fi
24
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install -r --no-progress -y make; fi
25
- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then PATH=$PATH:/c/tools/msys64/usr/bin/ ; fi
26
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
27
- tar -xzf libmicrohttpd-0.9.59.tar.gz
28
- cd libmicrohttpd-0.9.59
0 commit comments