We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c792f3f commit 914c540Copy full SHA for 914c540
.travis.yml
@@ -35,7 +35,7 @@ before_install:
35
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --populate msys2; fi
36
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --refresh-keys; fi
37
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Syuu; fi
38
- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -S --needed base-devel; fi
+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then echo 'all' | pacman -S --needed --noconfirm base-devel; fi
39
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
40
- tar -xzf libmicrohttpd-0.9.59.tar.gz
41
- cd libmicrohttpd-0.9.59
0 commit comments