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: ...@@ -40,6 +40,8 @@ matrix:
include: include:
- os: linux - os: linux
compiler: gcc compiler: gcc
# disable cache - was out of disk space
cache: false
script: script:
- ${CC} --version ; ${CXX} --version - ${CC} --version ; ${CXX} --version
- source .travis.compiler.sh - 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