1
0
mirror of https://github.com/go-task/task.git synced 2024-12-16 10:59:23 +02:00
task/vendor/mvdan.cc/sh/.travis.yml

17 lines
216 B
YAML
Raw Normal View History

language: go
go:
- 1.8.x
- 1.9.x
go_import_path: mvdan.cc/sh
before_install:
- go get -u github.com/mattn/goveralls
script:
- go test ./...
- go test -short -race ./...
- shfmt -version
- goveralls