travis: add basic build script
This just tests that the default.nix evaluates properly
This commit is contained in:
parent
f862362090
commit
c183b44f4d
2 changed files with 9 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
sudo: required
|
||||
os:
|
||||
- osx
|
||||
- linux
|
||||
language: nix
|
||||
script:
|
||||
- nix-build
|
||||
|
|
@ -1,4 +1,6 @@
|
|||
# NUR
|
||||
Nix User Repository: User contributed nix packages
|
||||
|
||||
[](https://travis-ci.com/nix-community/NUR)
|
||||
|
||||
This should become an index for user contributed package sets.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue