Skip to content

Commit

Permalink
add ginkgo to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalif authored and phoracek committed Jul 5, 2018
1 parent ee13e91 commit 06c9ebc
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
Expand Up @@ -2,6 +2,9 @@ language: go

go: 1.9.x
go_import_path: github.com/kubevirt/device-plugin-manager
script:
- make
- make test

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

script: make build test

0 comments on commit 06c9ebc

Please sign in to comment.