Skip to content

Commit

Permalink
fix go import path
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalif authored and phoracek committed Jul 5, 2018
1 parent 78f8b78 commit a2dafa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: go

go: 1.9.x
go_import_path: kubevirt.io/kubevirt/device-plugin-manager
go_import_path: kubevirt.io/device-plugin-manager

before_install:
- go get github.com/onsi/gomega
- go get github.com/onsi/ginkgo/ginkgo

script: make build test
script: make build test

0 comments on commit a2dafa7

Please sign in to comment.