mirror of
https://github.com/unidoc/unioffice.git
synced 2025-04-25 13:48:53 +08:00
20 lines
436 B
YAML
20 lines
436 B
YAML
language: go
|
|
go:
|
|
- 1.8.x
|
|
- 1.9.x
|
|
- 1.10.x
|
|
- 1.11
|
|
|
|
install:
|
|
- mkdir -p $HOME/gopath/src/baliance.com/
|
|
- ln -s $HOME/gopath/src/github.com/unidoc/unioffice $HOME/gopath/src/github.com/unidoc/unioffice
|
|
|
|
script:
|
|
- cd $HOME/gopath/src/github.com/unidoc/unioffice
|
|
- ./build-examples.sh
|
|
- go vet ./...
|
|
- go test ./...
|
|
|
|
after_success:
|
|
- ./test-coverage.sh
|