From 8eced62651030b89edcd7bb190f60682ce1beee2 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 11 Jul 2018 17:41:05 +0200 Subject: [PATCH] Change ppx_driver dep to ppxlib We should be testing the most recent combination we can Signed-off-by: Rudi Grinberg --- .travis-ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis-ci.sh b/.travis-ci.sh index 31de70db..3b54077a 100644 --- a/.travis-ci.sh +++ b/.travis-ci.sh @@ -46,7 +46,7 @@ case "$TARGET" in rm -rf ~/.opam opam init --yes eval $(opam config env) - opam install ocamlfind utop reason ppx_driver odoc menhir ocaml-migrate-parsetree js_of_ocaml-ppx js_of_ocaml-compiler--yes + opam install ocamlfind utop ppxlib reason odoc menhir ocaml-migrate-parsetree js_of_ocaml-ppx js_of_ocaml-compiler--yes opam remove jbuilder `opam list --depends-on jbuilder --installed --short` --yes if opam info dune &> /dev/null; then opam remove dune `opam list --depends-on dune --installed --short` --yes @@ -82,7 +82,7 @@ case "$TARGET" in echo "depends: [\"dune\"]" >> jbuilder.opam opam pin add dune . --no-action --yes opam pin add jbuilder . --no-action --yes - opam install ocamlfind utop reason ppx_driver odoc ocaml-migrate-parsetree js_of_ocaml-ppx js_of_ocaml-compiler --yes + opam install ocamlfind utop ppxlib ppxlib odoc ocaml-migrate-parsetree js_of_ocaml-ppx js_of_ocaml-compiler --yes echo -en "travis_fold:end:opam.deps\r" fi echo -en "travis_fold:start:dune.bootstrap\r"