Codebase list golang-github-imdario-mergo / 8fbe67a4-cda9-44e9-9dd7-051ce783f180/main .travis.yml
8fbe67a4-cda9-44e9-9dd7-051ce783f180/main

Tree @8fbe67a4-cda9-44e9-9dd7-051ce783f180/main (Download .tar.gz)

.travis.yml @8fbe67a4-cda9-44e9-9dd7-051ce783f180/main

702a0a4
6720d30
 
 
 
 
3b4010a
 
6720d30
1
2
3
4
5
6
7
8
9
language: go
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