Let travis test against go-tip - 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 3ab00e6e641637861a2a073b5923eef3503454cb
(DIR) parent bee46915d0abe1b8564392592963a120b09932b5
(HTM) Author: Ariejan de Vroom <ariejan@ariejan.net>
Date: Thu, 11 Jun 2015 00:22:22 +0200
Let travis test against go-tip
Diffstat:
M .travis.yml | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/.travis.yml b/.travis.yml
@@ -2,6 +2,10 @@ language: go
go:
- 1.3
- 1.4.2
+ - tip
+matrix:
+ allow_failures:
+ - go: tip
script:
- go test ./...
- go build