[build] Adding travis_wait on make, as compiling the scanner still takes a while on the older GCC in Ubuntu 12.04

This commit is contained in:
Al
2016-01-30 13:24:30 -05:00
parent 085bfd6ada
commit cfe08c07e2

View File

@@ -12,5 +12,5 @@ before_script:
- ./bootstrap.sh
script:
- ./configure
- make
- travis_wait make
- make check