aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-04-22 23:19:34 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-04-22 23:26:16 +0100
commitd86bd6fa9cd75cbcf5d4c8f44369754460625c99 (patch)
treee4b49f27f2b52af40304cf57c07496f0b5645a9b /.travis.yml
parent4bdc76f948b2d92fdb65433bf70fe25f29fb01e4 (diff)
More go versions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7b5a698..4b2f76e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
language: go
go:
- 1.6.2
+ - 1.6.2
+ - 1.5.4
+ - tip