diff --git a/.travis-ci.sh b/.travis-ci.sh index 119c18ae..3386edcf 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 utop ppx_driver odoc reason menhir ocaml-migrate-parsetree js_of_ocaml-ppx --yes + opam install utop ppx_driver odoc menhir ocaml-migrate-parsetree js_of_ocaml-ppx --yes opam remove jbuilder `opam list --depends-on jbuilder --installed --short` --yes fi cp -a ~/.opam ~/.opam-start @@ -73,7 +73,7 @@ case "$TARGET" in opam list echo "version: \"1.0+dev$DATE\"" >> jbuilder.opam opam pin add jbuilder . --no-action --yes - opam install utop ppx_driver odoc reason ocaml-migrate-parsetree js_of_ocaml-ppx --yes + opam install utop ppx_driver odoc ocaml-migrate-parsetree js_of_ocaml-ppx --yes echo -en "travis_fold:end:opam.deps\r" fi echo -en "travis_fold:start:jbuilder.bootstrap\r" diff --git a/test/blackbox-tests/jbuild b/test/blackbox-tests/jbuild index 7ef0da97..8bca8e41 100644 --- a/test/blackbox-tests/jbuild +++ b/test/blackbox-tests/jbuild @@ -115,7 +115,7 @@ (setenv JBUILDER ${bin:jbuilder} (run ${exe:cram.exe} run.t)))))) (alias - ((name runtest) + ((name runtest-skipped) (deps ((files_recursively_in test-cases/reason))) (action (chdir test-cases/reason