aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Moore <[email protected]>2016-08-16 12:23:42 -0500
committerCameron Moore <[email protected]>2016-08-16 12:23:42 -0500
commitb2cdba01d8c7de00a8924812f774f33ee97f709a (patch)
tree91ff7dd057731d7010d888fb5395d5899c59e380
parentf90e8bbe4975ae9216a06b7d6f8d33590628e4ab (diff)
Update travis config
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 580ad22..0a7c136 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,12 @@ language: go
go:
- 1.5.4
- 1.6.3
+ - 1.7
- tip
+matrix:
+ allow_failures:
+ - go: tip
install:
- go get github.com/golang/lint/golint
- export PATH=$GOPATH/bin:$PATH