commit | b2cdba01d8c7de00a8924812f774f33ee97f709a | [log] [tgz] |
---|---|---|
author | Cameron Moore <moorereason@gmail.com> | Tue Aug 16 12:23:42 2016 -0500 |
committer | Cameron Moore <moorereason@gmail.com> | Tue Aug 16 12:23:42 2016 -0500 |
tree | 91ff7dd057731d7010d888fb5395d5899c59e380 | |
parent | f90e8bbe4975ae9216a06b7d6f8d33590628e4ab [diff] |
Update travis config
diff --git a/.travis.yml b/.travis.yml index 580ad22..0a7c136 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -5,8 +5,12 @@ 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