hermes/.travis.yml

15 lines
208 B
YAML
Raw Normal View History

2017-03-28 16:50:07 +00:00
language: go
go:
- 1.6
- 1.7
- 1.8
- master
install:
- go get -u github.com/alecthomas/gometalinter
- gometalinter -u -i -f
script:
- go test ./...
- gometalinter --config=./gometalinter.json ./...