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
2018-01-03 15:12:40 -02:00

23 lines
333 B
YAML

language: go
matrix:
include:
- os: linux
dist: trusty
sudo: false
go: 1.8.x
- os: linux
dist: trusty
sudo: false
go: 1.9.x
- os: osx
osx_image: xcode9.2
go: 1.9.x
go_import_path: mvdan.cc/sh
script:
- go test ./...
- go test -short -race ./...
- shfmt -version