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 9a1f5bd commit 9d6b86eCopy full SHA for 9d6b86e
.travis-ci.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
set -e
3
4
-if [ $TRAVIS_CI ]
+if [ $BS_TRAVIS_CI ]
5
then
6
git submodule update --init --recursive
7
fi
@@ -14,7 +14,7 @@ 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 ]
+if [ ! $BS_TRAVIS_CI ]
18
19
cd ocaml && git clean -dfx && cd ..
20
.travis.yml
language: node_js
env:
- OCAML=4.02.3
- - TRAVIS_CI=1
+ - BS_TRAVIS_CI=1
node_js:
- "4.0"
0 commit comments