Skip to content

Commit 9a1f5bd

Browse files
author
Hongbo Zhang
committed
[done]
1 parent 8319c2a commit 9a1f5bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis-ci.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +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 [ ! $TRAVIS_CI ]
18+
then
19+
cd ocaml && git clean -dfx && cd ..
20+
fi
21+
1722
export PATH=$(pwd)/bin:$PATH
1823

1924
cd jscomp && make travis-world-test && make install

0 commit comments

Comments
 (0)