Merge branch 'patch-1' of https://github.com/AlekSi/websocket into AlekSi-patch-1

This commit is contained in:
Gary Burd 2018-02-18 22:55:28 -08:00
commit 4f2cfb1c31
1 changed files with 6 additions and 6 deletions

View File

@ -3,12 +3,12 @@ sudo: false
matrix:
include:
- go: 1.4
- go: 1.5
- go: 1.6
- go: 1.7
- go: 1.8
- go: 1.9
- go: 1.4.x
- go: 1.5.x
- go: 1.6.x
- go: 1.7.x
- go: 1.8.x
- go: 1.9.x
- go: tip
allow_failures:
- go: tip