unioffice/.travis.yml

20 lines
430 B
YAML
Raw Normal View History

2017-08-28 20:56:18 -05:00
language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11
install:
- mkdir -p $HOME/gopath/src/unidoc/
- 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 ./...
2017-09-02 12:49:49 -05:00
after_success:
- ./test-coverage.sh