Skip to content

Commit 281da9e

Browse files
committed
Force cache refresh.
1 parent ee8749c commit 281da9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/travis_before_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function install_apx() {
4444

4545
# Blow away the cached install root if the cached install is stale
4646
# or doesn't match the expected configuration.
47-
grep -q "${version} ${commit} ${config} CC=$CC" ${HOME}/root/.key-${name} || rm -rf ${prefix}
47+
grep -q "${version} xxx ${commit} ${config} CC=$CC" ${HOME}/root/.key-${name} || rm -rf ${prefix}
4848

4949
if test -d ${prefix}; then
5050
return 0

0 commit comments

Comments
 (0)