From bf307047968c9ea941c536d098b1f3def6c7471f Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Sat, 23 Jul 2016 16:56:39 -0700 Subject: [PATCH] jfc --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 95e3e7b..a75bc48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ go: sudo: false -before: +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 @@ -14,8 +14,6 @@ before: - 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 - -script: - go test ./drawing/ - go test ./date/ - go test \ No newline at end of file