Skip to content

Commit

Permalink
Build doc on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kerneis committed Mar 10, 2014
1 parent 667c782 commit 7922e44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis-ci.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OPAM_DEPENDS="ocamlfind"
OPAM_DEPENDS="ocamlfind hevea"

case "$OCAML_VERSION,$OPAM_VERSION" in
3.12.1,1.0.0) ppa=avsm/ocaml312+opam10 ;;
Expand All @@ -13,6 +13,7 @@ esac
echo "yes" | sudo add-apt-repository ppa:$ppa
sudo apt-get update -qq
sudo apt-get install -qq ocaml ocaml-native-compilers camlp4-extra opam
sudo apt-get install -qq texlive
export OPAMYES=1
export OPAMVERBOSE=1
echo OCaml version
Expand Down

0 comments on commit 7922e44

Please sign in to comment.