mirror of
https://github.com/go-task/task.git
synced 2024-12-16 10:59:23 +02:00
23 lines
333 B
YAML
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
|