From e3ae7fd78f2d5bc1e0a89ba56510ba2192f9746b Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Sat, 23 Jul 2016 16:58:00 -0700 Subject: [PATCH] something broke with before: --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index a75bc48..902c4bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,14 +6,7 @@ go: sudo: false script: - - 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 build -i ./... - go test ./drawing/ - go test ./date/ - go test \ No newline at end of file