Codebase list golang-github-imdario-mergo / d5537a5 .travis.yml
d5537a5

Tree @d5537a5 (Download .tar.gz)

.travis.yml @d5537a5raw · history · blame

1
2
3
4
5
6
7
language: go
install:
  - go get -t
  - go get golang.org/x/tools/cmd/cover
  - go get github.com/mattn/goveralls
script:
  - $HOME/gopath/bin/goveralls -service=travis-ci -repotoken $COVERALLS_TOKEN