.travis.yml (193B)
1 language: go 2 go: 3 - "1.10.x" 4 - "1.11.x" 5 - "1.12.x" 6 7 before_install: 8 - go get github.com/mattn/goveralls 9 10 script: 11 - go test -v -race -cover 12 - $GOPATH/bin/goveralls -service=travis-ci
gtsocial-umbxUnnamed repository; edit this file 'description' to name the repository. | |
Log | Files | Refs | README | LICENSE |