fixing bug with annotations with axis turned off.
This commit is contained in:
parent
7e876eadf4
commit
9aa2a45a39
5 changed files with 186 additions and 15 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.6.2
|
||||
|
||||
sudo: false
|
||||
|
||||
before_script:
|
||||
- go build -i ./...
|
||||
|
||||
script:
|
||||
- go test
|
||||
- go test ./drawing/
|
||||
Loading…
Add table
Add a link
Reference in a new issue