mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
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.
This commit is contained in:
parent
285807ba7a
commit
802d43cbfd
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
sudo: required
|
sudo: required
|
||||||
go:
|
go:
|
||||||
- 1.5.4
|
|
||||||
- 1.6.3
|
- 1.6.3
|
||||||
- tip
|
- tip
|
||||||
os:
|
os:
|
||||||
|
|
Loading…
Reference in a new issue