Bump Travis to Go 1.7 - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 2175ea5b0662d737fbd07c7549acfcdbbebf7dee
(DIR) parent 661c9787ea9bd005375ca295cf50ed602ff342af
(HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Tue, 16 Aug 2016 10:05:10 +0200
Bump Travis to Go 1.7
Diffstat:
M .travis.yml | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/.travis.yml b/.travis.yml
@@ -2,6 +2,7 @@ language: go
sudo: required
go:
- 1.6.3
+ - 1.7
- tip
os:
- linux
@@ -9,6 +10,7 @@ os:
matrix:
allow_failures:
- go: tip
+ fast_finish: true
script:
- make check
- go build -race