.travis.yml: delete

This commit is contained in:
Alexander Sosedkin 2021-06-25 09:17:07 +02:00
parent 957a2b95fc
commit ac55653ff3

View file

@ -1,21 +0,0 @@
language: nix
sudo: false
env:
global:
- CACHIX_CACHE=nix-on-droid
install:
# for cachix we need travis to be a trusted nix user
- echo "trusted-users = $USER" | sudo tee -a /etc/nix/nix.conf
- sudo systemctl restart nix-daemon
- nix-env -iA cachix -f https://cachix.org/api/v1/install
- cachix use "${CACHIX_CACHE}"
- cachix push "${CACHIX_CACHE}" -w &
script:
- nix-build ci.nix
after_success:
- nix-build ci.nix | cachix push "${CACHIX_CACHE}"