ref: 802d43cbfdb053adb1e0dc72e7b0ae0174c24525
parent: 285807ba7a63b3032173b7a72fdbe30784268f56
author: Bjørn Erik Pedersen <[email protected]>
date: Sat Jul 30 15:37:15 EDT 2016
Disable Go 1.5.4 in Travis There is one failing test there now, a odd filesystem issue. Since Go 1.7 is only "days" away, I'm not spending time debugging this.
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
language: go
sudo: required
go:
- - 1.5.4
- 1.6.3
- tip
os: