ci: add travis as trusted user

This commit is contained in:
Philip Monk 2020-06-24 18:36:40 -07:00
parent f9d02263ee
commit 627df6d41f
No known key found for this signature in database
GPG Key ID: B66E1F02604E44EC

View File

@ -5,6 +5,7 @@ jobs:
nix: 2.3.6
before_install:
- git lfs pull
- echo "trusted-users = root travis" | sudo tee -a /etc/nix/nix.conf && sudo pkill nix-daemon
install:
- nix-env -iA cachix -f https://cachix.org/api/v1/install
script: