Add Travis file
authorMikael Berthe <mikael@lilotux.net>
Sat, 07 Apr 2018 21:41:16 +0200
changeset 28 97b6e64cf579
parent 27 a1b2568b1307
child 29 687ac60f5f01
Add Travis file
.travis.yml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.travis.yml	Sat Apr 07 21:41:16 2018 +0200
@@ -0,0 +1,14 @@
+language: go
+go:
+- "1.7"
+- "1.8"
+- "1.9"
+- "1.10"
+- master
+matrix:
+  allow_failures:
+    - go: master
+  fast_finish: true
+branches:
+  only:
+  - master