From a0408f164f0dff9c1aac40b6cee6ed5e43af1364 Mon Sep 17 00:00:00 2001 From: Hongbo Zhang Date: Mon, 9 May 2016 15:29:01 -0400 Subject: [PATCH] [tweak] --- .travis-ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis-ci.sh b/.travis-ci.sh index aa5ba97a28..b3b71354dc 100755 --- a/.travis-ci.sh +++ b/.travis-ci.sh @@ -15,6 +15,7 @@ export OCAMLRUNPARAM=b cd ocaml && ./configure -prefix $(dirname $(pwd)) -no-ocamldoc -no-ocamlbuild -no-shared-libs -no-curses -no-graph -no-pthread -no-debugger && make -j9 world.opt && make install && cd .. # we should not rely on git +# it will break `npm postinstall` # if [ ! $BS_TRAVIS_CI ] # then # cd ocaml && git clean -dfx && cd ..