Skip to content

Commit

Permalink
Updating travis
Browse files Browse the repository at this point in the history
Signed-off-by: abhi <abhi@docker.com>
  • Loading branch information
abhi committed Mar 15, 2018
1 parent 4ce3480 commit e93f297
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
language: go
go:
- 1.9.x
- 1.10.x
- tip

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

install:
- go get -d

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

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit e93f297

Please sign in to comment.