File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2222* .native
2323* .aux
2424result
25+ .lia.cache
26+ .nia.cache
Original file line number Diff line number Diff line change @@ -36,13 +36,20 @@ language: shell
3636
3737.nix : &NIX
3838 language : nix
39+ install :
40+ # for cachix we need travis to be a trusted nix user
41+ - echo "trusted-users = $USER" | sudo tee -a /etc/nix/nix.conf
42+ - sudo systemctl restart nix-daemon
3943 script :
4044 - 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="
4145
4246jobs :
4347 include :
4448
4549 # Test supported versions of Coq via Nix
50+ - env :
51+ - COQ=8.12
52+ << : *NIX
4653 - env :
4754 - COQ=8.11
4855 << : *NIX
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ build: [
3030]
3131install: [make "install"]
3232depends: [
33- "coq" {(>= "8.6" & < "8.12 ~") | (= "dev")}
33+ "coq" {(>= "8.6" & < "8.13 ~") | (= "dev")}
3434 "coq-bignums"
3535]
3636
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ shortname: math-classes
44organization : coq-community
55community : true
66travis : true
7+ ci_extra_dev : true
78doi : 10.1017/S0960129511000119
89
910synopsis : >-
@@ -49,9 +50,10 @@ license:
4950
5051supported_coq_versions :
5152 text : Coq 8.6 or later (use releases for other Coq versions)
52- opam : ' {(>= "8.6" & < "8.12 ~") | (= "dev")}'
53+ opam : ' {(>= "8.6" & < "8.13 ~") | (= "dev")}'
5354
5455tested_coq_nix_versions :
56+ - version_or_url : " 8.12"
5557- version_or_url : " 8.11"
5658- version_or_url : " 8.10"
5759- version_or_url : " 8.9"
You can’t perform that action at this time.
0 commit comments