Codebase list golang-github-imdario-mergo / 441979eb-b1cf-4155-b77f-2a116b387c91/main .travis.yml
441979eb-b1cf-4155-b77f-2a116b387c91/main

Tree @441979eb-b1cf-4155-b77f-2a116b387c91/main (Download .tar.gz)

.travis.yml @441979eb-b1cf-4155-b77f-2a116b387c91/main

702a0a4
7a20e64
 
 
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