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 1 # Enable C++ support
2 2 language: cpp
  3 +cache: ccache
3 4 # OS
4 5 sudo: required
5 6 dist: trusty
... ...