.travis.yml (173B)
1 language: go 2 go: 3 - tip 4 install: 5 - go get -t ./... 6 - go get github.com/mattn/goveralls 7 script: 8 # v1 9 - go test -v . 10 # v2 11 - cd v2 12 - goveralls -v -service=travis-ci
gtsocial-umbxUnnamed repository; edit this file 'description' to name the repository. | |
Log | Files | Refs | README | LICENSE |