mirror of https://github.com/mindoc-org/mindoc.git
17 lines
320 B
YAML
17 lines
320 B
YAML
language: go
|
|
go_import_path: github.com/kardianos/service
|
|
sudo: required
|
|
|
|
go:
|
|
- 1.6
|
|
- tip
|
|
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
- go get golang.org/x/tools/cmd/cover
|
|
|
|
script:
|
|
- chmod +x linux-test-su.sh
|
|
- sudo ./linux-test-su.sh $GOPATH `which go`
|
|
- $GOPATH/bin/goveralls -service=travis-ci
|