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:
parent
90948a48e1
commit
fc2e508ab8
2 changed files with 2 additions and 1 deletions
2
tools/nixery/.gitignore
vendored
2
tools/nixery/.gitignore
vendored
|
@ -1,2 +1,2 @@
|
|||
result
|
||||
result-bin
|
||||
result-*
|
||||
|
|
1
tools/nixery/.travis.yml
Normal file
1
tools/nixery/.travis.yml
Normal file
|
@ -0,0 +1 @@
|
|||
language: nix
|
Loading…
Reference in a new issue