Files
lti-api/vendor/github.com/valyala/bytebufferpool/.travis.yml
T
GitLab Deploy Bot bb60e987e5 .
2025-10-21 23:45:13 +07:00

16 lines
258 B
YAML

language: go
go:
- 1.6
script:
# build test for supported platforms
- GOOS=linux go build
- GOOS=darwin go build
- GOOS=freebsd go build
- GOOS=windows go build
- GOARCH=386 go build
# run tests on a standard platform
- go test -v ./...