Merge pull request #429 from borglab/fix/travis-timeout

Travis timeout fixes
release/4.3a0
Frank Dellaert 2020-07-27 10:16:10 -04:00 committed by GitHub
commit 3a1e74a9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
language: cpp
cache: ccache
sudo: required
dist: xenial
addons:
@ -33,7 +32,7 @@ stages:
env:
global:
- MAKEFLAGS="-j2"
- MAKEFLAGS="-j3"
- CCACHE_SLOPPINESS=pch_defines,time_macros
# Compile stage without building examples/tests to populate the caches.