explicit deps.
This commit is contained in:
parent
02d9ccaed9
commit
4424c34063
1 changed files with 10 additions and 0 deletions
10
.travis.yml
10
.travis.yml
|
@ -5,6 +5,16 @@ go:
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
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:
|
script:
|
||||||
- go test -i ./drawing/
|
- go test -i ./drawing/
|
||||||
- go test -i ./date/
|
- go test -i ./date/
|
||||||
|
|
Loading…
Reference in a new issue