Skip to content

Commit

Permalink
Use the 4.03 branch of camlp4 for the travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremie Dimino committed Feb 29, 2016
1 parent 8641de1 commit 16157ef
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 @@ -53,7 +53,7 @@ EOF
OCAML_NATIVE_TOOLS=true &&
make all &&
make install)
git clone git://github.com/ocaml/camlp4
git clone git://github.com/ocaml/camlp4 -b 4.03
(cd camlp4 &&
./configure --bindir=$PREFIX/bin --libdir=$PREFIX/lib/ocaml \
--pkgdir=$PREFIX/lib/ocaml && \
Expand Down

0 comments on commit 16157ef

Please sign in to comment.