We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2d7272 + e93f297 commit ca0948eCopy full SHA for ca0948e
1 file changed
.travis.yml
@@ -1,12 +1,15 @@
1
language: go
2
go:
3
- - 1.9.x
+ - 1.10.x
4
- tip
5
6
-go_import_path: github.com/abhi/libcni
+go_import_path: github.com/containerd/go-cni
7
8
install:
9
- go get -d
10
11
script:
12
- - go test -race
+ - go test -race -coverprofile=coverage.txt -covermode=atomic
13
+
14
+after_success:
15
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments