Skip to content

Commit

Permalink
travis: disable ccache on deb build - ENOSPC
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan authored and Sergey Vojtovich committed Jun 29, 2017
1 parent 9e0aa29 commit 18a2b0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ matrix:
include:
- os: linux
compiler: gcc
# disable cache - was out of disk space
cache: false
script:
- ${CC} --version ; ${CXX} --version
- source .travis.compiler.sh
Expand Down

0 comments on commit 18a2b0a

Please sign in to comment.