Disable reason tests for now

Current version of reason doesn't install on travis
This commit is contained in:
Rudi Grinberg 2018-01-18 06:20:33 +08:00
parent 9347d4a767
commit ec5fac8085
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ case "$TARGET" in
rm -rf ~/.opam rm -rf ~/.opam
opam init --yes opam init --yes
eval $(opam config env) 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 opam remove jbuilder `opam list --depends-on jbuilder --installed --short` --yes
fi fi
cp -a ~/.opam ~/.opam-start cp -a ~/.opam ~/.opam-start
@ -73,7 +73,7 @@ case "$TARGET" in
opam list opam list
echo "version: \"1.0+dev$DATE\"" >> jbuilder.opam echo "version: \"1.0+dev$DATE\"" >> jbuilder.opam
opam pin add jbuilder . --no-action --yes 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" echo -en "travis_fold:end:opam.deps\r"
fi fi
echo -en "travis_fold:start:jbuilder.bootstrap\r" echo -en "travis_fold:start:jbuilder.bootstrap\r"

View File

@ -115,7 +115,7 @@
(setenv JBUILDER ${bin:jbuilder} (run ${exe:cram.exe} run.t)))))) (setenv JBUILDER ${bin:jbuilder} (run ${exe:cram.exe} run.t))))))
(alias (alias
((name runtest) ((name runtest-skipped)
(deps ((files_recursively_in test-cases/reason))) (deps ((files_recursively_in test-cases/reason)))
(action (action
(chdir test-cases/reason (chdir test-cases/reason