5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 07:52:32 +00:00
matterbridge/vendor/github.com/nlopes/slack/.travis.yml

24 lines
269 B
YAML
Raw Normal View History

language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
2018-12-01 18:55:35 +00:00
- 1.10.x
- 1.11.x
- tip
before_install:
- export PATH=$HOME/gopath/bin:$PATH
script:
- go test -race ./...
- go test -cover ./...
matrix:
allow_failures:
- go: tip
git:
depth: 10