Skip to content

Commit 57c4fb0

Browse files
committed
Update .travis.yml
1 parent 31a51ec commit 57c4fb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ go:
33
- 1.13.x
44
- master
55

6+
go_import_path: github.com/gmsec/micro
7+
68
before_install:
79
- go get -t -v ./...
810

911
script:
1012
- go test -race -coverprofile=coverage.txt -covermode=atomic
1113

1214
after_success:
13-
- bash <(curl -s https://codecov.io/bash) -t cd178ea9-bd26-4a05-a98f-adcbf12c8cb6
15+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)