From cfe08c07e21a91913a2a0617b028ec05e54eb143 Mon Sep 17 00:00:00 2001 From: Al Date: Sat, 30 Jan 2016 13:24:30 -0500 Subject: [PATCH] [build] Adding travis_wait on make, as compiling the scanner still takes a while on the older GCC in Ubuntu 12.04 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 299eb375..51c47a51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,5 @@ before_script: - ./bootstrap.sh script: - ./configure - - make + - travis_wait make - make check