Skip to content

Commit

Permalink
meta: update docs and .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaliance committed Aug 29, 2017
1 parent 4b781ed commit 528202b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ go:
script:
- mkdir -p /home/travis/gopath/src/baliance.com/
- ln -s /home/travis/gopath/src/github.com/baliance/gooxml /home/travis/gopath/src/baliance.com/gooxml
- go build -i baliance.com/gooxml/...
- go vet ./...
- go test -v ./...
- GOFMT=$(gofmt -d -s .) && echo $GOFMT && test -z "$GOFMT"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ is to get documents working well, then spreadsheets, and finally presentations.
## Installation ##

go get baliance.com/gooxml/
go build baliance.com/gooxml/...

## Raw Types ##

Expand Down Expand Up @@ -56,5 +57,4 @@ before purchasing a commercial license.
### Consulting ###

Baliance also offers consulting services related to enhancing the gooxml library
on a case by case basis. Please contact [email protected] for a
quote if interested.
on a case by case basis. Please contact [email protected] if interested.

0 comments on commit 528202b

Please sign in to comment.