From f84289a190d4736e32a78cb3385f31614a7b92c2 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 23 Jan 2020 20:02:30 +0000 Subject: [PATCH] arg fix dumb type I really really really really really really should have done these commit on a branch, and just squashed them together before merging them back to the regular branch. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3e96b67f..28da2c79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -164,7 +164,8 @@ before_script: script: # CMake build - - if [ "${TRAVIS_OS_NAME}" != "windows" ]; then + - | + if [ "${TRAVIS_OS_NAME}" != "windows" ]; then cd ${CMAKE_BUILD_DIR} $mingw32 cmake --build . --config $CMAKE_BUILD_TYPE --parallel $JOBS cd ..