diff --git a/.travis.yml b/.travis.yml index 71cd2c0..95e3e7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,18 +6,16 @@ go: 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 + - 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 script: - - go test -i ./drawing/ - - go test -i ./date/ - - go test -i - - \ No newline at end of file + - go test ./drawing/ + - go test ./date/ + - go test \ No newline at end of file