From 2589601d7ec3cd8b1247813105c3ae56303a971d Mon Sep 17 00:00:00 2001 From: Christian Zangl Date: Mon, 8 Aug 2016 06:59:59 +0200 Subject: [PATCH] travis --- .gitignore | 2 -- .travis.yml | 10 ++++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .travis.yml diff --git a/.gitignore b/.gitignore index 5682f9e..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +0,0 @@ -bin -pkg diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..17867eb --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: go + +go: + - 1.6 + - tip + +script: + - go install github.com/laktak/hjson-go + - go install github.com/laktak/hjson-go/hjson-cli + - go test -v github.com/laktak/hjson-go/test