diff options
| author | Cameron Moore <[email protected]> | 2016-08-16 12:23:42 -0500 |
|---|---|---|
| committer | Cameron Moore <[email protected]> | 2016-08-16 12:23:42 -0500 |
| commit | b2cdba01d8c7de00a8924812f774f33ee97f709a (patch) | |
| tree | 91ff7dd057731d7010d888fb5395d5899c59e380 | |
| parent | f90e8bbe4975ae9216a06b7d6f8d33590628e4ab (diff) | |
Update travis config
| -rw-r--r-- | .travis.yml | 4 |
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 |
