Skip to content

Commit

Permalink
ci/travis: fix opam install packages to correspond latest hyperkit
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <[email protected]>
  • Loading branch information
zchee committed Jun 28, 2017
1 parent 1c76100 commit 26a5023
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 @@ -21,7 +21,7 @@ before_install:
# for ocaml-qcow
- brew install https://github.com/Homebrew/homebrew-core/raw/master/Formula/opam.rb
- brew install https://github.com/Homebrew/homebrew-core/raw/master/Formula/libev.rb
- opam --version && opam init --yes && opam install --yes uri qcow-format ocamlfind conf-libev
- opam --version && opam init --yes && opam install uri qcow.0.10.0 qcow-tool mirage-block-unix.2.7.0 conf-libev logs fmt mirage-unix prometheus-app
- eval `opam config env`

install:
Expand Down

0 comments on commit 26a5023

Please sign in to comment.