We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ae110 commit a0408f1Copy full SHA for a0408f1
.travis-ci.sh
@@ -15,6 +15,7 @@ export OCAMLRUNPARAM=b
15
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 ..
16
17
# we should not rely on git
18
+# it will break `npm postinstall`
19
# if [ ! $BS_TRAVIS_CI ]
20
# then
21
# cd ocaml && git clean -dfx && cd ..
0 commit comments