Code

Added simple Travis-CI configuration file.
authorSebastian Harl <sh@tokkee.org>
Tue, 23 Dec 2014 12:04:25 +0000 (13:04 +0100)
committerSebastian Harl <sh@tokkee.org>
Tue, 23 Dec 2014 12:04:25 +0000 (13:04 +0100)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..2e8d40d
--- /dev/null
@@ -0,0 +1,7 @@
+language: go
+go:
+  - 1.0
+  - 1.1
+  - 1.2
+  - 1.3
+  - tip