Skip to content

Commit 25a4376

Browse files
committed
add versions in repo opam packages
1 parent 64ffa94 commit 25a4376

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ matrix:
3636
# Test supported versions of Coq via OPAM
3737
- env:
3838
- COQ_IMAGE=coqorg/coq:8.10
39-
- PACKAGE=coq-disel
39+
- PACKAGE=coq-disel.dev
4040
- NJOBS=2
4141
<<: *OPAM
4242
- env:
4343
- COQ_IMAGE=coqorg/coq:8.11
44-
- PACKAGE=coq-disel
44+
- PACKAGE=coq-disel.dev
4545
- NJOBS=2
4646
<<: *OPAM
4747
- env:
4848
- COQ_IMAGE=coqorg/coq:8.12
49-
- PACKAGE=coq-disel
49+
- PACKAGE=coq-disel.dev
5050
- NJOBS=2
5151
<<: *OPAM
5252
- env:
5353
- COQ_IMAGE=coqorg/coq:dev
54-
- PACKAGE=coq-disel
54+
- PACKAGE=coq-disel.dev
5555
- NJOBS=2
5656
<<: *OPAM

coq-disel-calculator.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
opam-version: "2.0"
22
maintainer: "palmskog@gmail.com"
3+
version: "dev"
34

45
homepage: "https://github.com/DistributedComponents/disel"
56
dev-repo: "git+https://github.com/DistributedComponents/disel.git"

coq-disel-examples.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
opam-version: "2.0"
22
maintainer: "palmskog@gmail.com"
3+
version: "dev"
34

45
homepage: "https://github.com/DistributedComponents/disel"
56
dev-repo: "git+https://github.com/DistributedComponents/disel.git"

coq-disel-tpc.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
opam-version: "2.0"
22
maintainer: "palmskog@gmail.com"
3+
version: "dev"
34

45
homepage: "https://github.com/DistributedComponents/disel"
56
dev-repo: "git+https://github.com/DistributedComponents/disel.git"

coq-disel.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
opam-version: "2.0"
22
maintainer: "palmskog@gmail.com"
3+
version: "dev"
34

45
homepage: "https://github.com/DistributedComponents/disel"
56
dev-repo: "git+https://github.com/DistributedComponents/disel.git"

0 commit comments

Comments
 (0)