Skip to content

Commit 5a2f8a1

Browse files
committed
Add lodash to the matrix
1 parent cddceb1 commit 5a2f8a1

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

.travis.yml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,29 @@ node_js:
44
matrix:
55
include:
66
- node_js: "0.10"
7-
env: UNDERSCORE=1.4.4 BACKBONE=1.0 MAINRUN=false
7+
env: UNDERSCORE=1.4.4 BACKBONE=1.0
88
- node_js: "0.10"
9-
env: UNDERSCORE=1.5 BACKBONE=1.0 MAINRUN=false
9+
env: UNDERSCORE=1.5 BACKBONE=1.0
1010
- node_js: "0.10"
11-
env: UNDERSCORE=1.6 BACKBONE=1.0 MAINRUN=false
11+
env: UNDERSCORE=1.7 BACKBONE=1.1
1212
- node_js: "0.10"
13-
env: UNDERSCORE=1.4.4 BACKBONE=1.1.0 MAINRUN=false
13+
env: UNDERSCORE=1.7 BACKBONE=1.0
1414
- node_js: "0.10"
15-
env: UNDERSCORE=1.5 BACKBONE=1.1 MAINRUN=false
15+
env: UNDERSCORE=1.6 BACKBONE=1.0
16+
- node_js: "0.10"
17+
env: UNDERSCORE=1.4.4 BACKBONE=1.1.0
18+
- node_js: "0.10"
19+
env: UNDERSCORE=1.5 BACKBONE=1.1
20+
- node_js: "0.10"
21+
env: LODASH=2.4 BACKBONE=1.1
22+
- node_js: "0.10"
23+
env: LODASH=3.0 BACKBONE=1.1
24+
- node_js: "0.10"
25+
env: LODASH=3.1 BACKBONE=1.0
1626
env: MAINRUN=true
1727
before_install:
1828
- npm config set ca ""
1929
install:
20-
- npm install -g grunt-cli
21-
- npm install
22-
# Which matrix settings -- otherwise default
23-
- if [[ $MAINRUN == false ]]; then npm install backbone@$BACKBONE; fi
24-
- if [[ $MAINRUN == false ]]; then npm install underscore@$UNDERSCORE; fi
30+
- curl -L https://rawgit.com/marionettejs/travis-ci-setup/master/ci.sh | bash
2531
after_success:
2632
- if [[ $MAINRUN == true ]]; then npm run-script coverage; fi

0 commit comments

Comments
 (0)