File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
7
7
8
8
env :
9
9
matrix :
10
- - COQ_IMAGE="coqorg/coq:dev "
10
+ - COQ_IMAGE="coqorg/coq:8.12 "
11
11
12
12
install : |
13
13
# Run the COQ container and display build metadata
Original file line number Diff line number Diff line change 1
1
Paramcoq
2
2
========
3
3
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 )
5
5
6
6
The plugin is still in an experimental state.
7
7
It is not very user friendly (lack of good error messages) and still contains bugs.
Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
- version: "dev "
2
+ version: "1.1.2+coq8.12 "
3
3
maintainer: "Pierre Roux <pierre.roux@onera.fr>"
4
4
5
5
homepage: "https://github.com/coq-community/paramcoq"
@@ -10,7 +10,7 @@ license: "MIT"
10
10
build: [make "-j%{jobs}%"]
11
11
install: [make "install"]
12
12
depends: [
13
- "coq" {>= "8.10 " & < "8.10 ~"}
13
+ "coq" {>= "8.12 " & < "8.13 ~"}
14
14
]
15
15
16
16
tags: [
You can’t perform that action at this time.
0 commit comments