aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-02-12 02:37:11 -0500
committerGravatar Jason Gross <jgross@mit.edu>2018-02-12 02:37:11 -0500
commit5e149ebd635754c96aaccbb44bf6653af10a420f (patch)
treeda32e6c13bdaa8750a8e1d9ca96d0866771e75b3 /etc
parent711c020174dc922d0f45ae7afe28e1c7ea8c9168 (diff)
Fix an issue where travis was not building quite the right targets
Diffstat (limited to 'etc')
-rwxr-xr-xetc/ci/travis.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/ci/travis.sh b/etc/ci/travis.sh
index 22b6fdbf5..b16e11553 100755
--- a/etc/ci/travis.sh
+++ b/etc/ci/travis.sh
@@ -8,7 +8,6 @@ CUR_ARCHIVE="${CACHE_DIR}/vos-${COQ_VERSION}-${CUR}.tar.gz"
tar -xzf "${PREV_ARCHIVE}" || true
mkdir -p "${CACHE_DIR}"
-shift
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 $?