We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7699f8e + dc5f4e4 commit 86eef5cCopy full SHA for 86eef5c
.travis.yml
@@ -40,8 +40,13 @@ matrix:
40
41
# Test supported versions of Coq via Nix
42
- env:
43
- - COQ=https://github.com/coq/coq-on-cachix/tarball/v8.10
+ - COQ=8.10
44
<<: *NIX
45
46
# 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
52
meta.yml
@@ -48,10 +48,10 @@ supported_coq_versions:
opam: '{>= "8.10" & < "8.11~"}'
tested_coq_nix_versions:
-- version_or_url: https://github.com/coq/coq-on-cachix/tarball/v8.10
+- version_or_url: '8.10'
53
tested_coq_opam_versions:
54
-#- version: dev
+- version: '8.10'
55
56
namespace: AAC_tactics
57
0 commit comments