From b8aba40a22946ce57553f2645d654fedd05789e9 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 18 Oct 2017 13:23:19 +0200
Subject: [PATCH] I think we better keep testing the 8.7 branch

---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5051e63d..1cdd0330 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,11 @@ opam:
   only:
   - master
 
+build-coq8.7.dev:
+  <<: *template
+  variables:
+    COQ_VERSION: "8.7.dev"
+
 build-coq8.7:
   <<: *template
   variables:
-- 
GitLab