2
0
mirror of https://git.coolaj86.com/coolaj86/go-watchdog.git synced 2025-12-25 05:38:41 +00:00
2019-06-24 20:00:11 -06: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 ./...