summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/disintegration/imaging/.travis.yml
blob: 89370edcbad9d37011088a3ea0f860e785d05015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: go
go:
  - "1.7.x"
  - "1.8.x"
  - "1.9.x"
  - "1.10.x"

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

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