From 6e2cb00008cbf09e556b00f87603797fcaa47e09 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 16 Apr 2018 05:37:14 -0700 Subject: Depenancy upgrades and movign to dep. (#8630) --- vendor/github.com/disintegration/imaging/.travis.yml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'vendor/github.com/disintegration/imaging/.travis.yml') diff --git a/vendor/github.com/disintegration/imaging/.travis.yml b/vendor/github.com/disintegration/imaging/.travis.yml index 4886abd74..89370edcb 100644 --- a/vendor/github.com/disintegration/imaging/.travis.yml +++ b/vendor/github.com/disintegration/imaging/.travis.yml @@ -1,17 +1,13 @@ language: go - -sudo: false - go: - - 1.2 - - 1.7 - - 1.8 - - 1.9 + - "1.7.x" + - "1.8.x" + - "1.9.x" + - "1.10.x" before_install: - - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls script: - - go test -v -covermode=count -coverprofile=coverage.out - - $HOME/gopath/bin/goveralls -service=travis-ci -coverprofile=coverage.out + - go test -v -race -cover + - $GOPATH/bin/goveralls -service=travis-ci -- cgit v1.2.3-1-g7c22