SandpointsGitHook/vendor/github.com/miekg/mmark/.travis.yml

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 ./...