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
Andrey Nering f2416d68b8 fix travis again
something was wrong with .gitignore rules
2017-07-30 21:00:50 -03:00

15 lines
187 B
YAML

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