summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8aa0c76)
raw | patch | inline | side by side (parent: 8aa0c76)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 20 Sep 2014 03:00:36 +0000 (20:00 -0700) | ||
committer | Sebastian 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] | patch | blob |
diff --git a/.travis.yml b/.travis.yml
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: go
+go:
+ - 1.0
+ - 1.1
+ - 1.2
+ - 1.3
+ - tip