aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-12-20 17:06:54 +0100
committerJakob Unterwurzacher2015-12-20 17:06:54 +0100
commitc70382352186ebf8fda9555a067f1d57387610e8 (patch)
tree43bed68a6edddac125ab713efc13f79c6c7cd35e /.travis.yml
parent3bbaa1208f3fa2c63c5333acf08ec3e388c9a17e (diff)
travis: also build on Go 1.3.3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4dbbbe0..a8279a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,9 @@
language: go
+# Debian Jessie has Go 1.3.3, Fedora 22 has Go 1.4.3,
+# Fedora 23 has Go 1.5.1
go:
+ - 1.3.3
- 1.4.3
- 1.5.1
- tip