Skip to content

Commit

Permalink
increase number of build cores and remove sudo requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jul 24, 2020
1 parent 07364f8 commit a7afd9d
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 a7afd9d

Please sign in to comment.