Fix typo in Travis file

I hate learning new languages...
This commit is contained in:
Clownacy 2020-01-23 22:07:47 +00:00
parent a3bd721df2
commit 53f7c02f5f

View file

@ -37,7 +37,7 @@ env:
before_install:
# Setup MSYS2
- |
if [ "$TRAVIS_OS_NAME" == "windows" ]
if [ "$TRAVIS_OS_NAME" == "windows" ]; then
[[ ! -f C:/tools/msys64/msys2_shell.cmd ]] && rm -rf C:/tools/msys64
choco uninstall -y mingw
choco upgrade --no-progress -y msys2