2016-07-10 19:26:18 -04:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
|
|
|
- 1.6.2
|
|
|
|
|
|
|
|
sudo: false
|
|
|
|
|
2016-07-23 19:56:39 -04:00
|
|
|
script:
|
2016-07-23 19:55:16 -04:00
|
|
|
- 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
|
|
|
|
- go test ./drawing/
|
|
|
|
- go test ./date/
|
|
|
|
- go test
|