Skip to content

Commit a2dafa7

Browse files
yuvalifphoracek
authored andcommitted
fix go import path
1 parent 78f8b78 commit a2dafa7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: go
22

33
go: 1.9.x
4-
go_import_path: kubevirt.io/kubevirt/device-plugin-manager
4+
go_import_path: kubevirt.io/device-plugin-manager
55

66
before_install:
77
- go get github.com/onsi/gomega
88
- go get github.com/onsi/ginkgo/ginkgo
99

10-
script: make build test
10+
script: make build test

0 commit comments

Comments
 (0)