Codebase list golang-github-imdario-mergo / 2da3f1c7-3c64-4ff1-89d7-9e946d505f96/main .travis.yml
2da3f1c7-3c64-4ff1-89d7-9e946d505f96/main

Tree @2da3f1c7-3c64-4ff1-89d7-9e946d505f96/main (Download .tar.gz)

.travis.yml @2da3f1c7-3c64-4ff1-89d7-9e946d505f96/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