summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/disintegration/imaging/.travis.yml
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2018-04-16 05:37:14 -0700
committerJoram Wilander <jwawilander@gmail.com>2018-04-16 08:37:14 -0400
commit6e2cb00008cbf09e556b00f87603797fcaa47e09 (patch)
tree3c0eb55ff4226a3f024aad373140d1fb860a6404 /vendor/github.com/disintegration/imaging/.travis.yml
parentbf24f51c4e1cc6286885460672f7f449e8c6f5ef (diff)
downloadchat-6e2cb00008cbf09e556b00f87603797fcaa47e09.tar.gz
chat-6e2cb00008cbf09e556b00f87603797fcaa47e09.tar.bz2
chat-6e2cb00008cbf09e556b00f87603797fcaa47e09.zip
Depenancy upgrades and movign to dep. (#8630)
Diffstat (limited to 'vendor/github.com/disintegration/imaging/.travis.yml')
-rw-r--r--vendor/github.com/disintegration/imaging/.travis.yml16
1 files changed, 6 insertions, 10 deletions
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