Commit 18a2b0a1 authored by Daniel Black's avatar Daniel Black Committed by Sergey Vojtovich

travis: disable ccache on deb build - ENOSPC

parent 9e0aa294
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment