summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/disintegration/imaging/.travis.yml
blob: 4886abd741b20685ca8ac399c9ce5055b080a70f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: go

sudo: false

go:
  - 1.2
  - 1.7
  - 1.8
  - 1.9

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