From c183b44f4d75375f32bba35f7c1255bc15f581ad Mon Sep 17 00:00:00 2001 From: zimbatm Date: Sat, 16 Jun 2018 11:59:41 +0100 Subject: [PATCH] travis: add basic build script This just tests that the default.nix evaluates properly --- .travis.yml | 7 +++++++ README.md | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..3059e080c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +sudo: required +os: +- osx +- linux +language: nix +script: + - nix-build diff --git a/README.md b/README.md index 7744b660e..e7e499691 100644 --- a/README.md +++ b/README.md @@ -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.