diff options
author | Bjørn Erik Pedersen <[email protected]> | 2016-07-30 19:37:15 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2016-07-30 19:37:15 +0200 |
commit | 802d43cbfdb053adb1e0dc72e7b0ae0174c24525 (patch) | |
tree | 242703b24f66f5249144efdbf012be54c15b37a6 /.travis.yml | |
parent | 285807ba7a63b3032173b7a72fdbe30784268f56 (diff) | |
download | hugo-802d43cbfdb053adb1e0dc72e7b0ae0174c24525.tar.gz hugo-802d43cbfdb053adb1e0dc72e7b0ae0174c24525.zip |
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.yml | 1 |
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: |