aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.travis.yml b/.travis.yml
index 93abcd128..3363bb12e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,17 +45,11 @@ jobs:
env: COQ_VERSION="v8.8" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.8-daily"
script: CUR=early ./etc/ci/travis.sh some-early util printlite lite
- stage: some-early util printlite lite
- env: COQ_VERSION="v8.7" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.7-daily"
- script: CUR=early ./etc/ci/travis.sh some-early util printlite lite
- - stage: some-early util printlite lite
env: COQ_VERSION="8.9.0" COQ_PACKAGE="coq-8.9.0" PPA="ppa:jgross-h/many-coq-versions"
script: CUR=early ./etc/ci/travis.sh some-early util printlite lite
- stage: some-early util printlite lite
env: COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"
script: CUR=early ./etc/ci/travis.sh some-early util printlite lite
- - stage: some-early util printlite lite
- env: COQ_VERSION="8.7.2" COQ_PACKAGE="coq-8.7.2" PPA="ppa:jgross-h/many-coq-versions"
- script: CUR=early ./etc/ci/travis.sh some-early util printlite lite
- stage: pre-standalone print-nobigmem nobigmem
env: COQ_VERSION="master" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-master-daily"
@@ -67,17 +61,11 @@ jobs:
env: COQ_VERSION="v8.8" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.8-daily"
script: PREV=early CUR=pre-standalone ./etc/ci/travis.sh pre-standalone print-nobigmem nobigmem
- stage: pre-standalone print-nobigmem nobigmem
- env: COQ_VERSION="v8.7" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.7-daily"
- script: PREV=early CUR=pre-standalone ./etc/ci/travis.sh pre-standalone print-nobigmem nobigmem
- - stage: pre-standalone print-nobigmem nobigmem
env: COQ_VERSION="8.9.0" COQ_PACKAGE="coq-8.9.0" PPA="ppa:jgross-h/many-coq-versions"
script: PREV=early CUR=pre-standalone ./etc/ci/travis.sh pre-standalone print-nobigmem nobigmem
- stage: pre-standalone print-nobigmem nobigmem
env: COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"
script: PREV=early CUR=pre-standalone ./etc/ci/travis.sh pre-standalone print-nobigmem nobigmem
- - stage: pre-standalone print-nobigmem nobigmem
- env: COQ_VERSION="8.7.2" COQ_PACKAGE="coq-8.7.2" PPA="ppa:jgross-h/many-coq-versions"
- script: PREV=early CUR=pre-standalone ./etc/ci/travis.sh pre-standalone print-nobigmem nobigmem
- stage: coq
env: COQ_VERSION="master" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-master-daily"
@@ -89,17 +77,11 @@ jobs:
env: COQ_VERSION="v8.8" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.8-daily"
script: PREV=pre-standalone CUR=coq ./etc/ci/travis.sh coq
- stage: coq
- env: COQ_VERSION="v8.7" COQ_PACKAGE="coq" PPA="ppa:jgross-h/coq-8.7-daily"
- script: PREV=pre-standalone CUR=coq ./etc/ci/travis.sh coq
- - stage: coq
env: COQ_VERSION="8.9.0" COQ_PACKAGE="coq-8.9.0" PPA="ppa:jgross-h/many-coq-versions"
script: PREV=pre-standalone CUR=coq ./etc/ci/travis.sh coq
- stage: coq
env: COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"
script: PREV=pre-standalone CUR=coq ./etc/ci/travis.sh coq
- - stage: coq
- env: COQ_VERSION="8.7.2" COQ_PACKAGE="coq-8.7.2" PPA="ppa:jgross-h/many-coq-versions"
- script: PREV=pre-standalone CUR=coq ./etc/ci/travis.sh coq
- stage: standalone-ocaml
env: COQ_VERSION="8.9.0" COQ_PACKAGE="coq-8.9.0" PPA="ppa:jgross-h/many-coq-versions"
@@ -107,9 +89,6 @@ jobs:
- stage: standalone-ocaml
env: COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"
script: PREV=coq CUR=standalone-ocaml ./etc/ci/travis.sh standalone-ocaml c-files test-c-files CC=gcc
- - stage: standalone-ocaml
- env: COQ_VERSION="8.7.2" COQ_PACKAGE="coq-8.7.2" PPA="ppa:jgross-h/many-coq-versions"
- script: PREV=coq CUR=standalone-ocaml ./etc/ci/travis.sh standalone-ocaml c-files test-c-files CC=gcc
# - stage: selected-test selected-bench
# env: COQ_VERSION="8.8.2" COQ_PACKAGE="coq-8.8.2" PPA="ppa:jgross-h/many-coq-versions"