mirror of https://github.com/gorilla/websocket.git
Use latest patch releases of Go
This commit is contained in:
parent
8fbc40be62
commit
2967b101a5
12
.travis.yml
12
.travis.yml
|
@ -3,12 +3,12 @@ sudo: false
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- go: 1.4
|
- go: 1.4.x
|
||||||
- go: 1.5
|
- go: 1.5.x
|
||||||
- go: 1.6
|
- go: 1.6.x
|
||||||
- go: 1.7
|
- go: 1.7.x
|
||||||
- go: 1.8
|
- go: 1.8.x
|
||||||
- go: 1.9
|
- go: 1.9.x
|
||||||
- go: tip
|
- go: tip
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
|
Loading…
Reference in New Issue