travis: add basic build script

This just tests that the default.nix evaluates properly
This commit is contained in:
zimbatm 2018-06-16 11:59:41 +01:00 committed by Jörg Thalheim
parent f862362090
commit c183b44f4d
2 changed files with 9 additions and 0 deletions

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
sudo: required
os:
- osx
- linux
language: nix
script:
- nix-build

View file

@ -1,4 +1,6 @@
# NUR
Nix User Repository: User contributed nix packages
[![Build Status](https://travis-ci.com/nix-community/NUR.svg?branch=master)](https://travis-ci.com/nix-community/NUR)
This should become an index for user contributed package sets.