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:
Vincent Ambo 2018-03-09 11:32:17 +01:00 committed by Vincent Ambo
parent 9286e70da3
commit 4b1d44f71b
3 changed files with 154 additions and 4 deletions

View file

@ -1,5 +1,2 @@
---
language: go
before_script:
- if [[ -n "$(go fmt ./...)" ]]; then echo 'Run go fmt!' && exit 1; fi
- go vet ./...
language: nix