From 4dadcefcd8ee24203f07bbe00d5c4178e3db19ad Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周日, 04 10月 2015 18:38:58 +0800 Subject: [PATCH] Update travis to test 32bit --- .travis.yml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.travis.yml b/.travis.yml index 114136d..d96ae1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,4 @@ script: - make test + - CFLAGS="-m32" LDFLAGS="-m32" make clean test -- Gitblit v1.9.1