Peter M. Groen
/
redox
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
01c69d4579766fe96954cbfaff348eeb54200fe2
Authored by
Omer Katz
2016-07-29 10:19:16 +0300
Committed by
GitHub
2016-07-29 10:19:16 +0300
1 parent
e8e547ae
Enable ccache for faster builds.
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
.travis.yml
.travis.yml
View file @
01c69d4
1
1
# Enable C++ support
2
2
language: cpp
3
+cache: ccache
3
4
# OS
4
5
sudo: required
5
6
dist: trusty
...
...