From 1a68b82cbeef29a30be1aca650a1d667c8428402 Mon Sep 17 00:00:00 2001 From: Chris Jefferson Date: Sat, 18 May 2019 15:40:58 +0100 Subject: [PATCH] Add CONFIGFLAGS accidentally deleted in f301e4e5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c0ae13b5308..d1f2bc1ba28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -127,7 +127,7 @@ matrix: # same as above, but in 32 bit mode, also turn off debugging (see elsewhere in this file for # an explanation). - - env: TEST_SUITES="docomp testinstall" NO_COVERAGE=1 ABI=32 BUILDDIR=build + - env: TEST_SUITES="docomp testinstall" NO_COVERAGE=1 ABI=32 BUILDDIR=build CONFIGFLAGS="" addons: apt_packages: - gcc-multilib