Skip to content

Commit 644f2aa

Browse files
committed
Disable travis cache to make sure boost is actually rebuilt.
1 parent 7f50ec5 commit 644f2aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ matrix:
150150
git:
151151
depth: 2
152152

153-
cache:
154-
ccache: true
155-
directories:
156-
- boost_1_57_0
157-
- $HOME/.local
153+
#cache:
154+
# ccache: true
155+
# directories:
156+
# - boost_1_57_0
157+
# - $HOME/.local
158158

159159
install:
160160
- test $SOLC_INSTALL_DEPS_TRAVIS != On || (scripts/install_deps.sh)

0 commit comments

Comments
 (0)