1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-30 18:38:31 +02:00

Add initial Travis-CI configuration

(cherry picked from commit 5c783e1a63)
This commit is contained in:
Robert Helgesson 2018-02-19 21:30:16 +01:00
parent de2c181eae
commit ef5a8a5941
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: nix
os:
- linux
- osx
before_script:
- mkdir -m 0755 -p /nix/var/nix/{profiles,gcroots}/per-user/$USER
- mkdir -p ~/.config/nixpkgs
- echo "{}" > ~/.config/nixpkgs/home.nix
script:
nix-shell . -A install