shithub: cstory

Download patch

ref: 53f7c02f5f38f4705b5fd5ad309e09ea58ff774c
parent: a3bd721df246beab1a6768cec8fdaca5ba70537e
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Jan 23 17:07:47 EST 2020

Fix typo in Travis file

I hate learning new languages...

--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,7 @@
 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