From 5e149ebd635754c96aaccbb44bf6653af10a420f Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 12 Feb 2018 02:37:11 -0500 Subject: Fix an issue where travis was not building quite the right targets --- etc/ci/travis.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'etc') 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 $? -- cgit v1.2.3