feat(build): Add Travis configuration to build everything

The default Travis build command for Nix is `nix-build`, which will
build all derivations specified in the default.nix.
This commit is contained in:
Vincent Ambo 2019-07-30 12:39:29 +01:00 committed by Vincent Ambo
parent 90948a48e1
commit fc2e508ab8
2 changed files with 2 additions and 1 deletions

View file

@ -1,2 +1,2 @@
result
result-bin
result-*

1
tools/nixery/.travis.yml Normal file
View file

@ -0,0 +1 @@
language: nix