summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAriejan de Vroom <ariejan@ariejan.net>2015-06-11 00:22:22 +0200
committerbep <bjorn.erik.pedersen@gmail.com>2015-06-11 20:53:43 +0200
commit3ab00e6e641637861a2a073b5923eef3503454cb (patch)
treecf55ad962e083e5f09633c8dd9c01e133e0efc1e /.travis.yml
parentbee46915d0abe1b8564392592963a120b09932b5 (diff)
Let travis test against go-tip
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ccb94610e..cecc03b86 100644
--- 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