Skip to content

Commit

Permalink
Fix qax-os#673 comment shape compatibility issue with the recent Exce…
Browse files Browse the repository at this point in the history
…l versions

* Fix comment shape compatibility issue

* Using Go modules with Travis CI

* Update .travis.yml

Co-authored-by: Canh Nguyen <[email protected]>
Co-authored-by: xuri <[email protected]>
  • Loading branch information
3 people authored Jul 22, 2020
1 parent 13e7bce commit ee35497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ env:
- GOARCH=386

script:
- go vet ./...
- go test ./... -v -coverprofile=coverage.txt -covermode=atomic
- env GO111MODULE=on go vet ./...
- env GO111MODULE=on go test ./... -v -coverprofile=coverage.txt -covermode=atomic

after_success:
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion comment.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func (f *File) addDrawingVML(commentID int, drawingVML, cell string, lineCount,
},
VPath: &vPath{
Gradientshapeok: "t",
Connecttype: "miter",
Connecttype: "rect",
},
},
}
Expand Down

0 comments on commit ee35497

Please sign in to comment.