Skip to content

Commit 86eef5c

Browse files
authored
Merge pull request #46 from coq-community/v8.10+ci
use proper ci for 8.10
2 parents 7699f8e + dc5f4e4 commit 86eef5c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,13 @@ matrix:
4040

4141
# Test supported versions of Coq via Nix
4242
- env:
43-
- COQ=https://github.com/coq/coq-on-cachix/tarball/v8.10
43+
- COQ=8.10
4444
<<: *NIX
4545

4646
# Test supported versions of Coq via OPAM
47+
- env:
48+
- COQ_IMAGE=coqorg/coq:8.10
49+
- CONTRIB_NAME=coq-aac-tactics
50+
- NJOBS=2
51+
<<: *OPAM
4752

meta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ supported_coq_versions:
4848
opam: '{>= "8.10" & < "8.11~"}'
4949

5050
tested_coq_nix_versions:
51-
- version_or_url: https://github.com/coq/coq-on-cachix/tarball/v8.10
51+
- version_or_url: '8.10'
5252

5353
tested_coq_opam_versions:
54-
#- version: dev
54+
- version: '8.10'
5555

5656
namespace: AAC_tactics
5757

0 commit comments

Comments
 (0)