Codebase list golang-github-imdario-mergo / f15b2e0b-4b67-4946-bd79-c690bd5a4a87/main .travis.yml
f15b2e0b-4b67-4946-bd79-c690bd5a4a87/main

Tree @f15b2e0b-4b67-4946-bd79-c690bd5a4a87/main (Download .tar.gz)

.travis.yml @f15b2e0b-4b67-4946-bd79-c690bd5a4a87/mainraw · 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