Skip to content

Commit 35f611f

Browse files
authored
No need for verbosity
1 parent c2b5076 commit 35f611f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ before_install:
2323
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export CFLAGS='-mtune=generic'; fi
2424
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then
2525
curl https://s3.amazonaws.com/libhttpserver/travis_stuff/msys64.tar.gz -o msys64.tar.gz ;
26-
tar -xvzf msys64.tar.gz ;
26+
tar -xzf msys64.tar.gz ;
2727
cp -R msys64/ /c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/ ;
2828
fi
2929
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Syuu; fi
3030
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -S --needed base-devel; fi
3131
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
32-
- tar -xvzf libmicrohttpd-0.9.59.tar.gz
32+
- tar -xzf libmicrohttpd-0.9.59.tar.gz
3333
- cd libmicrohttpd-0.9.59
3434
- if [[ "$ARM_ARCH_DIR" != "" ]]; then
3535
./configure --build `./config.guess` --host $ARM_ARCH_DIR --disable-examples;

0 commit comments

Comments
 (0)