mirror of
https://github.com/unidoc/unioffice.git
synced 2025-04-25 13:48:53 +08:00
ci: add tip back
gofmt can change, so we shouldn't make it mandatory in CI
This commit is contained in:
parent
7f7bedb858
commit
675d117125
@ -2,6 +2,8 @@ language: go
|
||||
go:
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
- tip
|
||||
|
||||
install:
|
||||
- mkdir -p $HOME/gopath/src/baliance.com/
|
||||
@ -12,7 +14,6 @@ script:
|
||||
- ./build-examples.sh
|
||||
- go vet ./...
|
||||
- go test ./...
|
||||
- GOFMT=$(gofmt -d -s .) && echo $GOFMT && test -z "$GOFMT"
|
||||
|
||||
after_success:
|
||||
- ./test-coverage.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user