unioffice/.travis.yml
Todd d63671f406
Update .travis.yml
Remove build with tip for now
2017-11-12 19:16:07 -06:00

19 lines
455 B
YAML

language: go
go:
- 1.8.x
- 1.9.x
install:
- mkdir -p $HOME/gopath/src/baliance.com/
- ln -s $HOME/gopath/src/github.com/baliance/gooxml $HOME/gopath/src/baliance.com/gooxml
script:
- cd $HOME/gopath/src/baliance.com/gooxml
- ./build-examples.sh
- go vet ./...
- go test ./...
- GOFMT=$(gofmt -d -s .) && echo $GOFMT && test -z "$GOFMT"
after_success:
- ./test-coverage.sh