From 8706664d31b08c3fa16aa206643b3a1daaaed9ce Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 11 Jan 2017 10:48:49 +0100
Subject: [PATCH] no longer test on or support Coq 8.5

---
 .gitlab-ci.yml | 23 -----------------------
 README.md      |  5 ++++-
 2 files changed, 4 insertions(+), 24 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 67933a8d7..27b7707fe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,28 +1,5 @@
 image: ralfjung/opam-ci:latest
 
-iris-coq8.5.3:
-  tags:
-  - coq
-  script:
-  # prepare
-  - . build/opam-ci.sh 'coq 8.5.3' 'coq-mathcomp-ssreflect 1.6.1'
-  # build
-  - 'time make -j8 TIMED=y 2>&1 | tee build-log.txt'
-  - 'if fgrep Axiom build-log.txt >/dev/null; then exit 1; fi'
-  - 'cat build-log.txt | egrep "[a-zA-Z0-9_/-]+ \(user: [0-9]" | tee build-time.txt'
-  - 'if (( RANDOM % 10 == 0 )); then make validate; fi'
-  cache:
-    key: "coq8.5.3"
-    paths:
-    - opamroot/
-  only:
-  - master
-  - ci
-  - timing
-  artifacts:
-    paths:
-    - build-time.txt
-
 iris-coq8.6:
   tags:
   - coq
diff --git a/README.md b/README.md
index ccaabe142..dea79228c 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is the Coq development of the [Iris Project](http://iris-project.org).
 
 This version is known to compile with:
 
- - Coq 8.5pl3 / 8.6
+ - Coq 8.6
  - Ssreflect 1.6.1
 
 The easiest way to install the correct versions of the dependencies is through
@@ -14,6 +14,9 @@ opam.  Once you got opam set up, just run `make build-dep` to install the right
 versions of the dependencies.  When the dependencies change, just run `make
 build-dep` again.
 
+If you need to work with Coq 8.5, please check out the
+[iris-3.0 branch](https://gitlab.mpi-sws.org/FP/iris-coq/tree/iris-3.0).
+
 ## Building Instructions
 
 Run `make` to build the full development.
-- 
GitLab