From 7b34feb7cffb3a1a83edd1c270260aa7057f34bd Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 8 Dec 2016 12:31:06 -0500 Subject: Only install Coq package on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9c7200d9b..f6980396f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ matrix: - dist: trusty env: COQ_VERSION="v8.5" COQ_PACKAGE="coq libcoq-ocaml libcoq-ocaml-dev" COQPRIME="coqprime" PPA="ppa:jgross-h/coq-8.5-daily" - dist: trusty - env: COQ_VERSION="8.6beta1" COQ_PACKAGE="coq-8.6beta1 libcoq-ocaml-8.6beta1 libcoq-ocaml-dev-8.6beta1" COQPRIME="coqprime" PPA="ppa:jgross-h/many-coq-versions" + env: COQ_VERSION="8.6beta1" COQ_PACKAGE="coq-8.6beta1" COQPRIME="coqprime" PPA="ppa:jgross-h/many-coq-versions" - dist: trusty env: COQ_VERSION="8.6rc1" COQ_PACKAGE="coq-8.6rc1" COQPRIME="coqprime" PPA="ppa:jgross-h/many-coq-versions" # - dist: trusty -- cgit v1.2.3