travis: make travis a trusted user
This commit is contained in:
parent
972019d002
commit
1b66c5cb45
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ notifications:
|
|||
template:
|
||||
- "%{result} - %{branch} \"%{commit_subject}\" %{build_url}"
|
||||
|
||||
before_script:
|
||||
- echo "trusted-users = $USER" | sudo tee -a /etc/nix/nix.conf
|
||||
- sudo systemctl restart nix-daemon
|
||||
jobs:
|
||||
include:
|
||||
- name: test pull request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue