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 8319c2a commit 9a1f5bdCopy full SHA for 9a1f5bd
.travis-ci.sh
@@ -14,6 +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 [ ! $TRAVIS_CI ]
18
+then
19
+ cd ocaml && git clean -dfx && cd ..
20
+fi
21
+
22
export PATH=$(pwd)/bin:$PATH
23
24
cd jscomp && make travis-world-test && make install
0 commit comments