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

15 lines
187 B
YAML
Raw Normal View History

language: go
go:
- 1.7.x
- 1.8.x
before_install:
- go get -u github.com/mattn/goveralls
script:
- go test ./...
- go test -short -race ./...
- shfmt -version
- goveralls