From 69d57b7a1372b82e0cf9c5f1f0121beb5f33a501 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 30 Mar 2020 11:11:04 -0400 Subject: [PATCH] another fix for win32 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 62784e91..b9a12ebd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,7 +97,7 @@ before_install: else export GAMOS="${TRAVIS_OS_NAME}"; fi -- if [ "${TRAVIS_OS_NAME}" == "Windows 32-bit" ]; then +- if [ "${TRAVIS_JOB_NAME}" == "Windows 32-bit" ]; then export PLATFORM="x86"; elif [ "${TRAVIS_CPU_ARCH}" == "amd64" ]; then export PLATFORM="x86_64";