Skip to content

Commit b8f2c3e

Browse files
committed
Coq 8.12
1 parent aa2f620 commit b8f2c3e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77

88
env:
99
matrix:
10-
- COQ_IMAGE="coqorg/coq:dev"
10+
- COQ_IMAGE="coqorg/coq:8.12"
1111

1212
install: |
1313
# Run the COQ container and display build metadata

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Paramcoq
22
========
33

4-
[![Build Status](https://travis-ci.com/coq-community/paramcoq.svg?branch=master)](https://travis-ci.com/coq-community/paramcoq/branches)
4+
[![Build Status](https://travis-ci.com/coq-community/paramcoq.svg?branch=v8.12)](https://travis-ci.com/coq-community/paramcoq/branches)
55

66
The plugin is still in an experimental state.
77
It is not very user friendly (lack of good error messages) and still contains bugs.

coq-paramcoq.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "dev"
2+
version: "1.1.2+coq8.12"
33
maintainer: "Pierre Roux <pierre.roux@onera.fr>"
44

55
homepage: "https://github.com/coq-community/paramcoq"
@@ -10,7 +10,7 @@ license: "MIT"
1010
build: [make "-j%{jobs}%"]
1111
install: [make "install"]
1212
depends: [
13-
"coq" {>= "8.10" & < "8.10~"}
13+
"coq" {>= "8.12" & < "8.13~"}
1414
]
1515

1616
tags: [

0 commit comments

Comments
 (0)