ref: 3ab00e6e641637861a2a073b5923eef3503454cb
parent: bee46915d0abe1b8564392592963a120b09932b5
author: Ariejan de Vroom <[email protected]>
date: Wed Jun 10 20:22:22 EDT 2015
Let travis test against go-tip
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,10 @@
go:
- 1.3
- 1.4.2
+ - tip
+matrix:
+ allow_failures:
+ - go: tip
script:
- go test ./...
- go build