From 53f7c02f5f38f4705b5fd5ad309e09ea58ff774c Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 23 Jan 2020 22:07:47 +0000 Subject: [PATCH] Fix typo in Travis file I hate learning new languages... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6bbf45da..652bc05f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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