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
Andrey Nering 0513a21e25 update dependencies
also make sure the module that enables /dev/null path of the sh
interpreter is enabled
2017-10-15 17:41:15 -02:00

20 lines
328 B
YAML

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
# at least make sure the builds work
- GOOS=windows go install ./interp
- GOOS=darwin go install ./interp