Commit 01c69d4579766fe96954cbfaff348eeb54200fe2

Authored by Omer Katz
Committed by GitHub
1 parent e8e547ae

Enable ccache for faster builds.

Showing 1 changed file with 1 additions and 0 deletions
.travis.yml
1 # Enable C++ support 1 # Enable C++ support
2 language: cpp 2 language: cpp
  3 +cache: ccache
3 # OS 4 # OS
4 sudo: required 5 sudo: required
5 dist: trusty 6 dist: trusty