Skip to content

Commit c2b5076

Browse files
authored
Use correct format for msys package
1 parent a90dae8 commit c2b5076

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
@@ -22,8 +22,8 @@ before_install:
2222
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install cppcheck; fi
2323
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export CFLAGS='-mtune=generic'; fi
2424
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then
25-
curl https://s3.amazonaws.com/libhttpserver/travis_stuff/msys2-base-x86_64-20181211.tar.xz -o msys2-base-x86_64-20181211.tar.xz ;
26-
tar xf msys2-base-x86_64-20181211.tar.xz ;
25+
curl https://s3.amazonaws.com/libhttpserver/travis_stuff/msys64.tar.gz -o msys64.tar.gz ;
26+
tar -xvzf 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

0 commit comments

Comments
 (0)