summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/disintegration/imaging/.travis.yml
blob: 7ae5e4b25a538a886d13aa3a449e5c1af6bf51e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
language: go
go:
  - "1.10.x"
  - "1.11.x"
  - "1.12.x"

before_install:
  - go get github.com/mattn/goveralls

script:
  - go test -v -race -cover
  - $GOPATH/bin/goveralls -service=travis-ci