aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3e2fdac..53b50ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,11 @@ env:
go:
- 1.5.4
- 1.6.2
-# - tip
+ - tip
+
+matrix:
+ allow_failures:
+ - go: tip
before_install:
- go get -v github.com/golang/lint/golint