Skip to content

Commit feaebcf

Browse files
committed
regenerate CI configuration from templates
1 parent dc1f655 commit feaebcf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
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

0 commit comments

Comments
 (0)