1
0
mirror of https://github.com/rancher/rke.git synced 2025-10-19 18:10:55 +00:00
Files
rke/vendor/github.com/imdario/mergo/.travis.yml
2019-08-19 11:02:43 -07:00

8 lines
200 B
YAML

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