2
0
mirror of https://git.coolaj86.com/coolaj86/go-watchdog.git synced 2025-12-29 15:38:38 +00:00
2019-06-24 20:00:11 -06:00

16 lines
209 B
YAML

language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip
install:
- go install ./...
- go get github.com/BurntSushi/toml-test
script:
- export PATH="$PATH:$HOME/gopath/bin"
- make test