Codebase list golang-github-imdario-mergo / 6eebc441-6f30-4abd-ad90-599740039d62/main .travis.yml
6eebc441-6f30-4abd-ad90-599740039d62/main

Tree @6eebc441-6f30-4abd-ad90-599740039d62/main (Download .tar.gz)

.travis.yml @6eebc441-6f30-4abd-ad90-599740039d62/main

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