Code

Added a travis-ci.org project specification.
authorSebastian Harl <sh@tokkee.org>
Sat, 20 Sep 2014 03:00:36 +0000 (20:00 -0700)
committerSebastian Harl <sh@tokkee.org>
Sat, 20 Sep 2014 03:00:36 +0000 (20:00 -0700)
Use Go 1.0, 1.1, 1.2, 1.3, and tip.

.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