Skip to content

Commit 3b5b536

Browse files
committed
build config update
1 parent 94524c1 commit 3b5b536

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo: false
55
branches:
66
only:
77
- master
8-
- develop
8+
- integration
99

1010
go:
1111
- 1.6

go.test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
echo "" > coverage.txt
55

66
for d in $(go list ./... | grep -v vendor); do
7-
go test -v -coverprofile=profile.out -covermode=atomic $d
7+
go test -race -coverprofile=profile.out -covermode=atomic $d
88
if [ -f profile.out ]; then
99
cat profile.out >> coverage.txt
1010
rm profile.out

0 commit comments

Comments
 (0)