Skip to content

Commit e93f297

Browse files
committed
Updating travis
Signed-off-by: abhi <[email protected]>
1 parent 4ce3480 commit e93f297

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
language: go
22
go:
3-
- 1.9.x
3+
- 1.10.x
44
- tip
55

6-
go_import_path: github.com/abhi/libcni
6+
go_import_path: github.com/containerd/go-cni
77

88
install:
99
- go get -d
1010

1111
script:
12-
- go test -race
12+
- go test -race -coverprofile=coverage.txt -covermode=atomic
13+
14+
after_success:
15+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)