Skip to content

Commit

Permalink
travis-ci explicitly cache .ccache (mavlink#3652)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar authored Jun 25, 2016
1 parent 714b2e1 commit f5ae0a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ cache:
pip: true
directories:
- $HOME/.cache/pip
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.ccache
- $HOME/.gradle/caches
- $HOME/.gradle/wrapper

before_install:
- if [ "${CONFIG}" = "installer" ]; then
Expand Down

0 comments on commit f5ae0a2

Please sign in to comment.