try to unbreak travis

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15800 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jérémie Dimino 2015-01-30 11:44:41 +00:00
parent df4916451b
commit c17d3068cd
1 changed files with 5 additions and 3 deletions

View File

@ -3,11 +3,13 @@ i386)
./configure
make world.opt
sudo make install
cd testsuite && make all
cd testsuite && make all && cd ..
mkdir external-packages
cd external-packages
git clone git://github.com/ocaml/camlp4
cd camlp4 && ./configure && make && sudo make install
cd camlp4 && ./configure && make && sudo make install && cd ..
git clone git://github.com/ocaml/opam
cd opam && ./configure && make lib-ext && make && sudo make install
cd opam && ./configure && make lib-ext && make && sudo make install && cd ..
git config --global user.email "some@name.com"
git config --global user.name "Some Name"
opam init -y -a git://github.com/ocaml/opam-repository