Skip to content

Commit 9721e51

Browse files
authored
[2.7] Travis: use ccache (GH-3307) (#3333)
(cherry picked from commit 8adc73c)
1 parent c9d668c commit 9721e51

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ dist: trusty
33
sudo: false
44
group: beta
55

6-
# To cache doc-building dependencies.
7-
cache: pip
6+
# To cache doc-building dependencies and C compiler output.
7+
cache:
8+
- pip
9+
- ccache
810

911
branches:
1012
only:

0 commit comments

Comments
 (0)