Skip to content

Commit

Permalink
Merge pull request #136 from avsm/master
Browse files Browse the repository at this point in the history
Travis: fix dependencies
  • Loading branch information
avsm committed Dec 10, 2013
2 parents ad97f82 + dfea03d commit e7906f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ sudo apt-get install -qq ocaml ocaml-native-compilers camlp4-extra opam
export OPAMYES=1
export OPAMVERBOSE=1

opam init git://github.com/ocaml/opam-repository
opam install ocamlfind cstruct ounit mirage-types cmdliner ipaddr re lwt
opam init git://github.com/ocaml/opam-repository >/dev/null 2>&1
opam install ocamlfind cstruct ounit mirage-types cmdliner ipaddr re lwt io-page-xen io-page-unix
eval `opam config env`
make
sudo make install
Expand All @@ -21,6 +21,6 @@ opam install mirage-block-unix
opam install mirage-console-unix mirage-console-xen \
mirage-clock-unix mirage-clock-xen \
mirage-block-unix mirage-block-xen \
fat-filesystem io-page-xen io-page-unix
fat-filesystem
cd lib_test && make MODE=unix
cd lib_test && make MODE=xen
2 changes: 1 addition & 1 deletion lib/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ let default =
configure_doc build_doc run_doc clean_doc in
Term.(pure usage $ pure ()),
Term.info "mirage"
~version:"1.0.0"
~version:"1.0.2"
~sdocs:global_option_section
~doc
~man
Expand Down

0 comments on commit e7906f4

Please sign in to comment.