From 4ee4c290e6ee6d47dd8b10ad2c009f2d28c7f6bc Mon Sep 17 00:00:00 2001 From: Rob Thijssen Date: Thu, 16 Jun 2016 12:48:15 +0100 Subject: [PATCH] Create 32 bit executable for win 7 32 tester workers I need a 32 bit livelog binary for the 32 bit win7 tc workertypes --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 73bc44d..a19cc11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ env: - "GIMME_OS=linux GIMME_ARCH=amd64" - "GIMME_OS=darwin GIMME_ARCH=amd64" - "GIMME_OS=windows GIMME_ARCH=amd64" + - "GIMME_OS=windows GIMME_ARCH=386" # workaround for travis-ci/gimme#25 to pick up latest version of gimme and run again before_install: