travis: go 1.8 and 1.9

This commit is contained in:
Denis Zheleztsov 2017-09-01 12:03:05 +03:00
parent 92b9bb8122
commit 0e178fbd03

View File

@ -2,6 +2,8 @@ language: go
go:
- "1.6"
- "1.7.x"
- "1.8"
- "1.9"
before_install:
- go get github.com/gorilla/websocket