Skip to content

Commit 914c540

Browse files
authored
Stop Pacman asking for confirmation
1 parent c792f3f commit 914c540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ before_install:
3535
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --populate msys2; fi
3636
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --refresh-keys; fi
3737
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Syuu; fi
38-
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -S --needed base-devel; fi
38+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then echo 'all' | pacman -S --needed --noconfirm base-devel; fi
3939
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
4040
- tar -xzf libmicrohttpd-0.9.59.tar.gz
4141
- cd libmicrohttpd-0.9.59

0 commit comments

Comments
 (0)