aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-12-13 00:09:35 -0500
committerGravatar Jason Gross <jgross@mit.edu>2017-12-13 00:09:35 -0500
commit63e6c5afea64714e94973520f0dc0fd9fbaab209 (patch)
treefa8fe9e039c33d83b166d8db05b233285ed840ea /.travis.yml
parent6c9551617ea59f6a75e92505fdf197ca70c4d43f (diff)
Apparently ln -s is too slow on travis, so we fake it when we're not building things
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 40e7c4573..45b1a138d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ matrix:
- env: COQ_VERSION="v8.7" TARGETS="no-curves-proofs-non-specific" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.7-daily"
- env: COQ_VERSION="v8.7" TARGETS="curves-proofs" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.7-daily"
- env: COQ_VERSION="v8.7" TARGETS="selected-specific selected-specific-display" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.7-daily"
- - env: COQ_VERSION="8.7.0" TARGETS="no-curves-proofs-non-specific fast-autogenerated-deps" COQ_PACKAGE="coq-8.7.0" PPA="ppa:jgross-h/many-coq-versions"
+ - env: COQ_VERSION="8.7.0" TARGETS="no-curves-proofs-non-specific fake-autogenerated-deps" COQ_PACKAGE="coq-8.7.0" PPA="ppa:jgross-h/many-coq-versions"
- env: COQ_VERSION="8.7.0" TARGETS="curves-proofs" COQ_PACKAGE="coq-8.7.0" PPA="ppa:jgross-h/many-coq-versions"
- env: COQ_VERSION="8.7.0" TARGETS="selected-specific selected-specific-display" COQ_PACKAGE="coq-8.7.0" PPA="ppa:jgross-h/many-coq-versions"
- env: TARGETS="selected-test selected-bench" COQ_VERSION="8.7.0" COQ_PACKAGE="coq-8.7.0" PPA="ppa:jgross-h/many-coq-versions"