updated dependencies
This commit is contained in:
parent
97d914bce4
commit
62ff59957a
38 changed files with 915 additions and 304 deletions
14
vendor/github.com/gorilla/mux/.travis.yml
generated
vendored
14
vendor/github.com/gorilla/mux/.travis.yml
generated
vendored
|
|
@ -3,12 +3,14 @@ sudo: false
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- go: 1.2
|
||||
- go: 1.3
|
||||
- go: 1.4
|
||||
- go: 1.5
|
||||
- go: 1.6
|
||||
- go: 1.7
|
||||
- go: 1.5.x
|
||||
- go: 1.6.x
|
||||
- go: 1.7.x
|
||||
- go: 1.8.x
|
||||
- go: 1.9.x
|
||||
- go: 1.10.x
|
||||
- go: tip
|
||||
allow_failures:
|
||||
- go: tip
|
||||
|
||||
install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue