Newer
Older
pokemon-go-trade / vendor / github.com / disintegration / imaging / .travis.yml
Simon Lindgren on 12 Feb 2021 216 bytes first commit
language: go
go:
  - "1.7.x"
  - "1.8.x"
  - "1.9.x"
  - "1.10.x"
  - "1.11.x"

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

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