aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-06-28 21:27:20 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-06-28 21:50:15 +0100
commit004bf5e36809ee9a85144f6d1776b15501964846 (patch)
treea57bffc93dd8d47928098ec8f1c811640b418f34 /.travis.yml
parent1dc27c58a7571ac2be63e31b63acfe3eaf61f561 (diff)
run tests using tip
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