Skip to content
Merged
Prev Previous commit
Next Next commit
fixup: set CCACHE_CPP2=yes as a global
  • Loading branch information
deanberris committed Jan 4, 2019
commit 61b166f732dfab4e488e037727792cb07804aba6
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ cache:
- apt
- ccache

env:
global:
- CCACHE_CPP2=yes

matrix:
include:
# GCC 4.9 configurations
Expand Down