blob: 3bcdd0796dd1ec499e2c4fed61c3df780aad73e1 [file] [log] [blame]
language: go
go:
- 1.9
go_import_path: gopkg.in/src-d/go-billy.v4
matrix:
allow_failures:
- go: tip
install:
- go get -v -t ./...
script:
- make test-coverage
after_success:
- bash <(curl -s https://codecov.io/bash)