go-chart/.travis.yml
2016-07-23 16:55:16 -07:00

21 lines
460 B
YAML

language: go
go:
- 1.6.2
sudo: false
before:
- go get -u github.com/golang/freetype/raster
- go get -u github.com/golang/freetype/truetype
- go get -u golang.org/x/image/draw
- go get -u golang.org/x/image/font
- go get -u golang.org/x/image/math/f64
- go get -u golang.org/x/image/math/f64
- go get -u golang.org/x/image/math/fixed
- go get -u github.com/blendlabs/go-assert
script:
- go test ./drawing/
- go test ./date/
- go test