aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-03-22 02:19:48 -0400
committerGravatar Jason Gross <jgross@mit.edu>2018-03-22 02:19:48 -0400
commit061a85266366770e4a2d828dd6054617642a9008 (patch)
tree3701260e558af48b7a45a38ea673ca6b5a8ddddf /etc
parent896f897e621d1ec247dc079fb986409734528703 (diff)
Update travis caching script
We no longer have a Bedrock directory; we instead have a bbv directory
Diffstat (limited to 'etc')
-rwxr-xr-xetc/ci/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ci/travis.sh b/etc/ci/travis.sh
index b16e11553..6c2971685 100755
--- a/etc/ci/travis.sh
+++ b/etc/ci/travis.sh
@@ -12,7 +12,7 @@ mkdir -p "${CACHE_DIR}"
make "$@" -j2 TIMED=1 2>&1 | tee -a time-of-build.log
python "./etc/coq-scripts/timing/make-one-time-file.py" "time-of-build.log" "time-of-build-pretty.log" || exit $?
rm -f "${CUR_ARCHIVE}"
-tar -czf "${CUR_ARCHIVE}" time-of-build.log src Bedrock coqprime
+tar -czf "${CUR_ARCHIVE}" time-of-build.log src bbv coqprime
cat time-of-build-pretty.log
make "$@" -j2 TIMED=1 || exit $?