1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
cowyo/vendor/github.com/sourcegraph/syntaxhighlight/.travis.yml
2017-10-03 14:43:55 -04:00

15 lines
319 B
YAML

language: go
go_import_path: github.com/sourcegraph/syntaxhighlight
go:
- 1.6.x
- 1.7.x
- 1.8.x
- master
install:
- go get -t -v ./...
script:
- diff -u <(echo -n) <(gofmt -d ./)
- go tool vet -composites=false ./*.go
- go tool vet -composites=false ./cmd/
- go test -v -race -bench=. -benchmem ./...