jfc
This commit is contained in:
parent
1bc681e52a
commit
bf30704796
1 changed files with 1 additions and 3 deletions
|
@ -5,7 +5,7 @@ go:
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
before:
|
script:
|
||||||
- go get -u github.com/golang/freetype/raster
|
- go get -u github.com/golang/freetype/raster
|
||||||
- go get -u github.com/golang/freetype/truetype
|
- go get -u github.com/golang/freetype/truetype
|
||||||
- go get -u golang.org/x/image/draw
|
- go get -u golang.org/x/image/draw
|
||||||
|
@ -14,8 +14,6 @@ before:
|
||||||
- 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 golang.org/x/image/math/fixed
|
||||||
- go get -u github.com/blendlabs/go-assert
|
- go get -u github.com/blendlabs/go-assert
|
||||||
|
|
||||||
script:
|
|
||||||
- go test ./drawing/
|
- go test ./drawing/
|
||||||
- go test ./date/
|
- go test ./date/
|
||||||
- go test
|
- go test
|
Loading…
Reference in a new issue