From 871e443f90054c50f8a20981dd85f0cf5a65454c Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 23 Jan 2020 16:20:09 +0000 Subject: [PATCH] swearing --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a79b3f2..2155b897 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,8 +64,8 @@ before_install: - echo $MAKE_BUILD_TYPE # Define WINDRES - - if [ "$TRAVIS_OS_NAME" = "windows" ]; - then + - | + if [ "$TRAVIS_OS_NAME" = "windows" ]; then export WINDRES32="windres" export WINDRES64="windres" else