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 9d6b86e commit f5ae110Copy full SHA for f5ae110
.travis-ci.sh
@@ -14,10 +14,11 @@ export OCAMLRUNPARAM=b
14
# it can be minimal
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
-if [ ! $BS_TRAVIS_CI ]
18
-then
19
- cd ocaml && git clean -dfx && cd ..
20
-fi
+# we should not rely on git
+# if [ ! $BS_TRAVIS_CI ]
+# then
+# cd ocaml && git clean -dfx && cd ..
21
+# fi
22
23
export PATH=$(pwd)/bin:$PATH
24
0 commit comments