2019-10-29 20:00:23 +01:00

25 lines
369 B
YAML

language: go
os:
- linux
- windows
go:
- 1.10.x
- 1.11.x
- 1.12.x
- 1.x
env:
- GO111MODULE=on
#install:
# - go get github.com/apexskier/httpauth
# - go get github.com/go-ini/ini
# - go get github.com/gorilla/mux
# - go get github.com/hpcloud/tail
# - go get github.com/gorilla/websocket
# - go get github.com/majormjr/rcon
script:
- go test -v ./...