Newer
Older
pokemon-go-trade / vendor / github.com / antonfisher / nested-logrus-formatter / .travis.yml
Simon Lindgren on 12 Feb 2021 319 bytes first commit
language: go

go:
  - "1.10"
  - "1.11"
  - master

before_script:
  - go get golang.org/x/tools/cmd/cover
  - go get github.com/mattn/goveralls
  - go get -t github.com/sirupsen/logrus

after_success:
  - make cover
  - $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken "$COVERALLS_TOKEN"