Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-07-30 20:37:15 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-07-30 20:37:15 +0300
commit802d43cbfdb053adb1e0dc72e7b0ae0174c24525 (patch)
tree242703b24f66f5249144efdbf012be54c15b37a6 /.travis.yml
parent285807ba7a63b3032173b7a72fdbe30784268f56 (diff)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0885e3df5..a75961d48 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
language: go
sudo: required
go:
- - 1.5.4
- 1.6.3
- tip
os: