shithub: cstory

Download patch

ref: 2a74ab6d27a38c066bcc36aba659d197a61bb8c0
parent: 1b64bb71b7d7a6e6035b005a25d4db53ee863562
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Jan 23 12:02:14 EST 2020

Place your bets

Will this random change fix it?

--- a/.travis.yml
+++ b/.travis.yml
@@ -74,7 +74,7 @@
 
     # Define CC and CXX
     - |
-      if ["$SIXTY_FOUR_BIT" == "true"]; then
+      if [ "$SIXTY_FOUR_BIT" == "true" ]; then
         export CC="x86_64-w64-mingw32-gcc"
         export CXX="x86_64-w64-mingw32-g++"
       else
@@ -87,7 +87,7 @@
       if [ "$TRAVIS_OS_NAME" = "windows" ]; then
         export WINDRES="windres"
       else
-        if ["$SIXTY_FOUR_BIT" == "true" ]; then
+        if [ "$SIXTY_FOUR_BIT" == "true" ]; then
           export WINDRES="x86_64-w64-mingw32-windres"
         else
           export WINDRES="i686-w64-mingw32-windres"