Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
change travis install order to install libvirt-dev before go install
Browse files Browse the repository at this point in the history
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
  • Loading branch information
Crazykev committed Aug 28, 2017
1 parent ebd3a62 commit 1d4cd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ before_install:

install:
- docker run -v /usr/local/bin:/target jpetazzo/nsenter
- go install -v $(go list ./... | grep -v /vendor/)
- hack/install-protoc.sh
- hack/install-hypercontainer.sh
- go install -v $(go list ./... | grep -v /vendor/)
- make ginkgo && make frakti
- hack/verify-all.sh -v

Expand Down

0 comments on commit 1d4cd06

Please sign in to comment.