Skip to content

Commit

Permalink
Add the correct external deps in Travis scripts for zarith
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Oct 16, 2014
1 parent a403424 commit d272ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ OPAM_PACKAGES="camlzip dolog nocrypto uri \
ppa=avsm/ocaml41+opam11
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 ocaml ocaml-native-compilers camlp4-extra opam libgmp-dev
export OPAMYES=1

opam init git://github.com/ocaml/opam-repository >/dev/null 2>&1
Expand Down

0 comments on commit d272ef5

Please sign in to comment.