github.com/nutsdb/nutsdb@v1.0.4/.travis.yml (about)

     1  language: go
     2  go:
     3    - 1.11.x
     4    - tip
     5  before_install:
     6    - go get golang.org/x/tools/cmd/cover
     7    - go get github.com/mattn/goveralls
     8  script:
     9    - go test -v -covermode=count -coverprofile=coverage.out
    10    - $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci