SandpointsGitHook/vendor/github.com/miekg/mmark/.travis.yml
2021-03-20 23:21:23 +01:00

15 lines
149 B
YAML

language: go
go:
- 1.7
os:
- linux
- osx
install:
- go get -d -t -v ./...
- go build -v ./...
script:
- go test -v ./...