File tree Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
-
2
+ sudo : false
3
3
go :
4
- - 1.0
5
- - 1.1
6
- - 1.2
7
- - 1.3
8
- - 1.4
9
- - 1.5
10
- - release
11
- - tip
4
+ - 1.2
5
+ - 1.3
6
+ - 1.4
7
+ - 1.5
8
+ - 1.6
9
+ - tip
10
+
11
+ before_install :
12
+ - go get github.com/mattn/goveralls
13
+ - go get golang.org/x/tools/cmd/cover
14
+
15
+ script :
16
+ - goveralls -service=travis-ci
Original file line number Diff line number Diff line change 1
- [ ![ GoDoc] ( https://godoc.org/github.com/go-stack/stack?status.svg )] ( https://godoc.org/github.com/go-stack/stack ) [ ![ Go Report Card] ( https://goreportcard.com/badge/go-stack/stack )] ( https://goreportcard.com/report/go-stack/stack ) [ ![ TravisCI] ( https://travis-ci.org/go-stack/stack.svg?branch=master )] ( https://travis-ci.org/go-stack/stack )
1
+ [ ![ GoDoc] ( https://godoc.org/github.com/go-stack/stack?status.svg )] ( https://godoc.org/github.com/go-stack/stack )
2
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/go-stack/stack )] ( https://goreportcard.com/report/go-stack/stack )
3
+ [ ![ TravisCI] ( https://travis-ci.org/go-stack/stack.svg?branch=master )] ( https://travis-ci.org/go-stack/stack )
4
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/go-stack/stack/badge.svg?branch=master )] ( https://coveralls.io/github/go-stack/stack?branch=master )
2
5
3
6
# stack
4
7
You can’t perform that action at this time.
0 commit comments