From 4b1d44f71bf243a86b90d047ef65d5b418b4f5bd Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 9 Mar 2018 11:32:17 +0100 Subject: refactor(build): Add Nix derivation & configure Travis to build it Adds a Nix-derivation for building kontemplate with dependencies pinned in Nix. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 382ca506195d..b49a7b383f07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,2 @@ --- -language: go -before_script: - - if [[ -n "$(go fmt ./...)" ]]; then echo 'Run go fmt!' && exit 1; fi - - go vet ./... +language: nix -- cgit 1.4.1