Skip to content

Commit

Permalink
Merge pull request #429 from borglab/fix/travis-timeout
Browse files Browse the repository at this point in the history
Travis timeout fixes
  • Loading branch information
dellaert authored Jul 27, 2020
2 parents 85c576c + a7afd9d commit 3a1e74a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: cpp
cache: ccache
sudo: required
dist: xenial

addons:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 3a1e74a

Please sign in to comment.