9
9
matrix :
10
10
- BUILD="compat"
11
11
- BUILD="modern"
12
- - BUILD="legacy" MAKE=true
13
- - BUILD="mobile" MAKE=true
12
+ - BUILD="legacy"
13
+ - BUILD="mobile"
14
14
- BIN="phantomjs" BUILD="compat"
15
- - BIN="phantomjs" BUILD="legacy" MAKE=true
16
- - BIN="phantomjs" BUILD="mobile" MAKE=true
15
+ - BIN="phantomjs" BUILD="legacy"
16
+ - BIN="phantomjs" BUILD="mobile"
17
17
matrix :
18
18
include :
19
19
- node_js : " 0.10"
20
20
env : BIN="istanbul"
21
21
- node_js : " 0.10"
22
22
env : BIN="narwhal" BUILD="compat"
23
23
- node_js : " 0.10"
24
- env : BIN="narwhal" BUILD="legacy" MAKE=true
24
+ env : BIN="narwhal" BUILD="legacy"
25
25
- node_js : " 0.10"
26
26
env : BIN="rhino" BUILD="compat"
27
27
- node_js : " 0.10"
28
- env : BIN="rhino" BUILD="legacy" MAKE=true
28
+ env : BIN="rhino" BUILD="legacy"
29
29
- node_js : " 0.10"
30
30
env : BIN="rhino" BUILD="compat" OPTION="-require"
31
31
- node_js : " 0.10"
32
- env : BIN="rhino" BUILD="legacy" MAKE=true OPTION="-require"
32
+ env : BIN="rhino" BUILD="legacy" OPTION="-require"
33
33
- node_js : " 0.10"
34
34
env : BIN="ringo" BUILD="compat"
35
35
- node_js : " 0.10"
36
- env : BIN="ringo" BUILD="legacy" MAKE=true
36
+ env : BIN="ringo" BUILD="legacy"
37
37
git :
38
38
depth : 1
39
39
branches :
@@ -49,6 +49,7 @@ before_install:
49
49
- " [ $BIN == 'ringo' ] && sudo ln -s /opt/ringojs-0.9/bin/ringo /usr/local/bin/ringo && sudo chmod +x /usr/local/bin/ringo || true"
50
50
script :
51
51
- " [ $BIN == 'istanbul' ] && $BIN cover ./test/test.js || true"
52
+ - " [ $BUILD != false ] && [ $BUILD != 'compat' ] && [ $BUILD != 'modern' ] && MAKE=true || true"
52
53
- " [ $MAKE != false ] && git clone --depth=1 --branch=master git://github.com/lodash/lodash-cli.git ./node_modules/lodash-cli || true"
53
54
- " [ $MAKE != false ] && mkdir ./node_modules/lodash-cli/node_modules && cd ./node_modules/lodash-cli/node_modules/ && ln -s ../../../ ./lodash && cd ../ && npm i . && cd ../../ || true"
54
55
- " [ $MAKE != false ] && node ./node_modules/lodash-cli/bin/lodash $BUILD -o ./dist/lodash.$BUILD.js || true"
0 commit comments