.travis.yml
changeset 1 cc41d888fad5
child 37 9bc03db114c3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.travis.yml	Wed Apr 19 19:19:51 2017 +0200
@@ -0,0 +1,18 @@
+language: go
+go:
+- 1.7
+- 1.8
+- master
+matrix:
+  allow_failures:
+    - go: master
+  fast_finish: true
+branches:
+  only:
+  - master
+install:
+- go get github.com/spf13/cobra
+- go get github.com/spf13/viper
+- go get github.com/McKael/madon
+- go get github.com/ghodss/yaml
+- go get github.com/jaytaylor/html2text