Skip to content

Update Travis Configuration #848

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jan 4, 2019
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