[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:
@@ -12,5 +12,5 @@ before_script:
|
|||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
script:
|
script:
|
||||||
- ./configure
|
- ./configure
|
||||||
- make
|
- travis_wait make
|
||||||
- make check
|
- make check
|
||||||
|
|||||||
Reference in New Issue
Block a user