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.
1 parent dc1f655 commit feaebcfCopy full SHA for feaebcf
.travis.yml
@@ -35,7 +35,10 @@ language: shell
35
36
.nix: &NIX
37
language: nix
38
- nix: 2.3.5
+ 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
42
script:
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="
44
0 commit comments