gavalink/.travis.yml

6 lines
75 B
YAML

language: go
go:
- "1.10"
install: go get -t ./...
script: go test ./...