about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-03-09T10·32+0100
committerVincent Ambo <github@tazj.in>2018-03-09T12·35+0100
commit4b1d44f71bf243a86b90d047ef65d5b418b4f5bd (patch)
treeaf1995b9f32f479012aec0dfdfaadeb1c3f58822 /.travis.yml
parent9286e70da371e2dda00ca0d280fcbbb2b2720e80 (diff)
refactor(build): Add Nix derivation & configure Travis to build it
Adds a Nix-derivation for building kontemplate with dependencies
pinned in Nix.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 382ca50619..b49a7b383f 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