File tree 3 files changed +32
-5
lines changed
3 files changed +32
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
2
3
3
go :
4
- - 1.3
5
- - 1.4
4
+ - 1.7
5
+ - 1.8
6
6
- tip
7
7
8
8
before_install : go get golang.org/x/tools/cmd/cover
9
- script : go test -race -v -cover ./...
9
+
10
+ install :
11
+ - go get github.com/Masterminds/glide
12
+ - glide install
13
+
14
+ script : go test -race -v -cover $(glide novendor)
10
15
11
16
env :
12
- - GOMAXPROCS=8
13
- - GORACE="halt_on_error=1"
17
+ - GOMAXPROCS=8 GORACE="halt_on_error=1"
14
18
15
19
notifications :
16
20
email : false
Original file line number Diff line number Diff line change
1
+ package : github.com/Workiva/go-datastructures
2
+ import :
3
+ - package : github.com/satori/go.uuid
4
+ version : ^1.1.0
5
+ - package : github.com/stretchr/testify
6
+ version : ^1.1.4
7
+ subpackages :
8
+ - mock
9
+ - package : github.com/tinylib/msgp
10
+ version : ^1.0.2
11
+ subpackages :
12
+ - msgp
Original file line number Diff line number Diff line change
1
+ project : go-datastructures
2
+ language : golang
3
+
4
+ runner_image : drydock-prod.workiva.net/workiva/smithy-runner-golang:121185
5
+
6
+ script :
7
+ - glide install
8
+
9
+ artifacts :
10
+ dependencies :
11
+ - glide.lock
You can’t perform that action at this time.
0 commit comments