sadface re: build.
This commit is contained in:
parent
4424c34063
commit
1bc681e52a
24
.travis.yml
24
.travis.yml
|
@ -6,18 +6,16 @@ go:
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
before:
|
before:
|
||||||
- go get github.com/golang/freetype/raster
|
- go get -u github.com/golang/freetype/raster
|
||||||
- go get github.com/golang/freetype/truetype
|
- go get -u github.com/golang/freetype/truetype
|
||||||
- go get golang.org/x/image/draw
|
- go get -u golang.org/x/image/draw
|
||||||
- go get golang.org/x/image/font
|
- go get -u golang.org/x/image/font
|
||||||
- go get golang.org/x/image/math/f64
|
- go get -u golang.org/x/image/math/f64
|
||||||
- go get golang.org/x/image/math/f64
|
- go get -u golang.org/x/image/math/f64
|
||||||
- go get golang.org/x/image/math/fixed
|
- go get -u golang.org/x/image/math/fixed
|
||||||
- go get github.com/blendlabs/go-assert
|
- go get -u github.com/blendlabs/go-assert
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -i ./drawing/
|
- go test ./drawing/
|
||||||
- go test -i ./date/
|
- go test ./date/
|
||||||
- go test -i
|
- go test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user