webhook/.travis.yml
2018-02-14 16:35:54 -06:00

22 lines
202 B
YAML

language: go
go:
- 1.8.x
- 1.9.x
- tip
os:
- linux
- osx
matrix:
fast_finish: true
allow_failures:
- go: tip
install:
- go get -d -v -t ./...
script:
- go test -v -race ./...