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

Tree @cea8bdc (Download .tar.gz)

.travis.yml @cea8bdcraw · history · blame

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