refactor(build): Add Nix derivation & configure Travis to build it
Adds a Nix-derivation for building kontemplate with dependencies pinned in Nix.
This commit is contained in:
parent
9286e70da3
commit
4b1d44f71b
3 changed files with 154 additions and 4 deletions
|
|
@ -1,5 +1,2 @@
|
|||
---
|
||||
language: go
|
||||
before_script:
|
||||
- if [[ -n "$(go fmt ./...)" ]]; then echo 'Run go fmt!' && exit 1; fi
|
||||
- go vet ./...
|
||||
language: nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue