File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,10 @@ language: shell
35
35
36
36
.nix : &NIX
37
37
language : nix
38
- nix : 2.3.5
38
+ install :
39
+ # for cachix we need travis to be a trusted nix user
40
+ - echo "trusted-users = $USER" | sudo tee -a /etc/nix/nix.conf
41
+ - sudo systemctl restart nix-daemon
39
42
script :
40
43
- nix-build --argstr coq-version-or-url "$COQ" --extra-substituters https://coq.cachix.org --trusted-public-keys "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= coq.cachix.org-1:5QW/wwEnD+l2jvN6QRbRRsa4hBHG3QiQQ26cxu1F5tI="
41
44
44
47
45
48
# Test supported versions of Coq via Nix
46
49
- env :
47
- - COQ=https://github.com/coq/coq-on-cachix/tarball/v8 .12
50
+ - COQ=8 .12
48
51
<< : *NIX
49
52
50
53
# Test supported versions of Coq via OPAM
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ provided with the plugin."""
19
19
build: ["dune" "build" "-p" name "-j" jobs]
20
20
depends: [
21
21
"ocaml" {>= "4.05.0"}
22
- "dune" {>= "2.4 "}
22
+ "dune" {>= "2.5 "}
23
23
"coq" {>= "8.12" & < "8.13~"}
24
24
]
25
25
Original file line number Diff line number Diff line change 1
- (lang dune 2 .4 )
2
- (using coq 0 .1 )
1
+ (lang dune 2 .5 )
2
+ (using coq 0 .2 )
3
3
(name coq-aac-tactics)
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ supported_ocaml_versions:
55
55
opam : ' {>= "4.05.0"}'
56
56
57
57
tested_coq_nix_versions :
58
- - version_or_url : https://github.com/coq/coq-on-cachix/tarball/v8.12
58
+ - version_or_url : ' 8.12 '
59
59
60
60
tested_coq_opam_versions :
61
61
- version : ' 8.12'
You can’t perform that action at this time.
0 commit comments