Codebase list golang-github-imdario-mergo / upstream/0.3.13+git20220917.1.c42713b .travis.yml
upstream/0.3.13+git20220917.1.c42713b

Tree @upstream/0.3.13+git20220917.1.c42713b (Download .tar.gz)

.travis.yml @upstream/0.3.13+git20220917.1.c42713b

702a0a4
6e78443
 
 
6720d30
 
 
 
 
3b4010a
 
6720d30
language: go
arch:
    - amd64
    - ppc64le
install:
  - go get -t
  - go get golang.org/x/tools/cmd/cover
  - go get github.com/mattn/goveralls
script:
  - go test -race -v ./...
after_script:
  - $HOME/gopath/bin/goveralls -service=travis-ci -repotoken $COVERALLS_TOKEN