Update: travis ci with golang 1.11

This commit is contained in:
Dreamacro 2018-08-27 00:07:57 +08:00
parent 8ec025b56a
commit 613a0c36dd

View File

@ -1,7 +1,7 @@
language: go
sudo: false
go:
- "1.10"
- "1.11"
before_install:
- go get -u github.com/golang/dep/cmd/dep
install: