File: .travis.yml

package info (click to toggle)
golang-github-blevesearch-segment 0.0~git20160915.0.762005e-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,280 kB
  • sloc: ruby: 202; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: go

go:
 - 1.7

script:
  - go get golang.org/x/tools/cmd/cover
  - go get github.com/mattn/goveralls
  - go test -v -covermode=count -coverprofile=profile.out
  - go vet 
  - goveralls -service drone.io -coverprofile=profile.out -repotoken $COVERALLS

notifications:
  email:
    - marty.schoch@gmail.com