go-chart/.travis.yml

23 lines
451 B
YAML
Raw Normal View History

language: go
go:
- 1.6.2
sudo: false
2016-07-24 01:53:46 +02:00
before:
- go get github.com/golang/freetype/raster
- go get github.com/golang/freetype/truetype
- go get golang.org/x/image/draw
- go get golang.org/x/image/font
- go get golang.org/x/image/math/f64
- go get golang.org/x/image/math/f64
- go get golang.org/x/image/math/fixed
- go get github.com/blendlabs/go-assert
script:
2016-07-24 01:51:17 +02:00
- go test -i ./drawing/
- go test -i ./date/
- go test -i