Skip to content

Commit 3d8ca00

Browse files
committed
update meta.yml and regenerate files from templates, bump dune to 2.5
1 parent ba10dce commit 3d8ca00

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ language: shell
3535

3636
.nix: &NIX
3737
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
3942
script:
4043
- 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="
4144

@@ -44,7 +47,7 @@ jobs:
4447

4548
# Test supported versions of Coq via Nix
4649
- env:
47-
- COQ=https://github.com/coq/coq-on-cachix/tarball/v8.12
50+
- COQ=8.12
4851
<<: *NIX
4952

5053
# Test supported versions of Coq via OPAM

coq-aac-tactics.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ provided with the plugin."""
1919
build: ["dune" "build" "-p" name "-j" jobs]
2020
depends: [
2121
"ocaml" {>= "4.05.0"}
22-
"dune" {>= "2.4"}
22+
"dune" {>= "2.5"}
2323
"coq" {>= "8.12" & < "8.13~"}
2424
]
2525

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(lang dune 2.4)
2-
(using coq 0.1)
1+
(lang dune 2.5)
2+
(using coq 0.2)
33
(name coq-aac-tactics)

meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ supported_ocaml_versions:
5555
opam: '{>= "4.05.0"}'
5656

5757
tested_coq_nix_versions:
58-
- version_or_url: https://github.com/coq/coq-on-cachix/tarball/v8.12
58+
- version_or_url: '8.12'
5959

6060
tested_coq_opam_versions:
6161
- version: '8.12'

0 commit comments

Comments
 (0)