mirror of
https://github.com/go-task/task.git
synced 2024-12-16 10:59:23 +02:00
f2416d68b8
something was wrong with .gitignore rules
15 lines
187 B
YAML
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
|