aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Schnake <[email protected]>2016-04-11 13:55:19 -0500
committerJohn Schnake <[email protected]>2016-04-11 13:55:19 -0500
commite91c11198c9cefb082ba4cfee4884d86b4f7c7c2 (patch)
tree36691c652d7af84770e6ff0e2e0cbfcd14597756 /.travis.yml
parent7f60f83a2c81bc3c3c0d5297f61ddfa68da9d3b7 (diff)
Remove go 1.3 and 1.4 from travis; add 1.6
Due to the age of 1.3 and 1.4, removing them from travis. They currently are incompatible with golint as well, meaning that we, otherwise, need to remove golint in testing.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c7d8e05..780c7ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,8 @@ sudo: false
language: go
go:
- - 1.3
- - 1.4
- 1.5
+ - 1.6
- tip
install: