Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8adc73c

Browse files
authored
Travis: use ccache (#3307)
1 parent 0693063 commit 8adc73c

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)