2
0
mirror of https://github.com/42wim/matterbridge synced 2024-11-11 01:10:38 +00:00
matterbridge/vendor/github.com/spf13/afero/.travis.yml

22 lines
209 B
YAML
Raw Normal View History

sudo: false
language: go
go:
- 1.8
- 1.9
- tip
os:
- linux
- osx
matrix:
allow_failures:
- go: tip
fast_finish: true
script:
- go build
- go test -race -v ./...