Skip to content

Commit f5ae110

Browse files
author
Hongbo Zhang
committed
[tweak]
1 parent 9d6b86e commit f5ae110

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis-ci.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ export OCAMLRUNPARAM=b
1414
# it can be minimal
1515
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 ..
1616

17-
if [ ! $BS_TRAVIS_CI ]
18-
then
19-
cd ocaml && git clean -dfx && cd ..
20-
fi
17+
# we should not rely on git
18+
# if [ ! $BS_TRAVIS_CI ]
19+
# then
20+
# cd ocaml && git clean -dfx && cd ..
21+
# fi
2122

2223
export PATH=$(pwd)/bin:$PATH
2324

0 commit comments

Comments
 (0)