From e504f076504dee358c83a118476062f70b64285c Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 23 Jan 2020 16:59:20 +0000 Subject: [PATCH] ...Try again --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 552a4aa0..2b7bea1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,8 +72,8 @@ before_install: # Display build type - echo $MAKE_BUILD_TYPE - # Define CC and CXX - if ["$SIXTY_FOUR_BIT" == "true" + # Define CC and CXX + if ["$SIXTY_FOUR_BIT" == "true"]; then export CC="x86_64-w64-mingw32-gcc" export CXX="x86_64-w64-mingw32-g++" else @@ -86,7 +86,7 @@ before_install: if [ "$TRAVIS_OS_NAME" = "windows" ]; then export WINDRES="windres" else - if ["$SIXTY_FOUR_BIT" == "true" + if ["$SIXTY_FOUR_BIT" == "true" ]; then export WINDRES="x86_64-w64-mingw32-windres" else export WINDRES="i686-w64-mingw32-windres"