From a96fb928240dd0b72b01611ec46a80c45badacee Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 17 Nov 2016 14:45:30 -0500 Subject: Add tip of 8.5, 8.6 to travis Allow them to fail, though --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4c4c6b991..62b4d199a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,12 @@ language: generic sudo: required matrix: + fast_finish: true include: + - dist: trusty + env: COQ_VERSION="v8.6" COQ_PACKAGE="coq" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-8.6-daily" + - dist: trusty + env: COQ_VERSION="v8.5" COQ_PACKAGE="coq" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-8.5-daily" - dist: trusty env: COQ_VERSION="8.5pl3" COQ_PACKAGE="coq-8.5pl3 libcoq-ocaml-8.5pl3" COQPRIME="coqprime" PPA="ppa:jgross-h/many-coq-versions" - dist: trusty @@ -28,6 +33,9 @@ matrix: # env: COQ_VERSION="8.4" COQ_PACKAGE="coq-8.4 libcoq-ocaml-8.4" COQPRIME="coqprime-8.4" PPA="ppa:jgross-h/many-coq-versions-ocaml-3-temp-while-over-quota-2" - dist: trusty env: COQ_VERSION="8.4" COQ_PACKAGE="coq" COQPRIME="coqprime-8.4" PPA="" + allow_failures: + - env: COQ_VERSION="v8.5" COQ_PACKAGE="coq" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-8.5-daily" + - env: COQ_VERSION="v8.6" COQ_PACKAGE="coq" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-8.6-daily" before_install: - if [ ! -z "$PPA" ]; then sudo add-apt-repository "$PPA" -y; fi -- cgit v1.2.3