...

Text file src/dario.cat/mergo/.travis.yml

Documentation: dario.cat/mergo

     1language: go
     2arch:
     3    - amd64
     4    - ppc64le
     5install:
     6  - go get -t
     7  - go get golang.org/x/tools/cmd/cover
     8  - go get github.com/mattn/goveralls
     9script:
    10  - go test -race -v ./...
    11after_script:
    12  - $HOME/gopath/bin/goveralls -service=travis-ci -repotoken $COVERALLS_TOKEN

View as plain text