Codebase list golang-github-imdario-mergo / 1b0ca7e2-597c-4e42-b83d-7f35bcd7ba7a/upstream .travis.yml
1b0ca7e2-597c-4e42-b83d-7f35bcd7ba7a/upstream

Tree @1b0ca7e2-597c-4e42-b83d-7f35bcd7ba7a/upstream (Download .tar.gz)

.travis.yml @1b0ca7e2-597c-4e42-b83d-7f35bcd7ba7a/upstreamraw · history · blame

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