File tree Expand file tree Collapse file tree 1 file changed +16
-26
lines changed
Expand file tree Collapse file tree 1 file changed +16
-26
lines changed Original file line number Diff line number Diff line change 1+
12language : node_js
23node_js :
34 - " 0.10"
4- matrix :
5- include :
6- - node_js : " 0.10"
7- env : UNDERSCORE=1.4.4 BACKBONE=1.0 MAINRUN=false
8- - node_js : " 0.10"
9- env : UNDERSCORE=1.5 BACKBONE=1.0 MAINRUN=false
10- - node_js : " 0.10"
11- env : UNDERSCORE=1.7 BACKBONE=1.1 MAINRUN=false
12- - node_js : " 0.10"
13- env : UNDERSCORE=1.7 BACKBONE=1.0 MAINRUN=false
14- - node_js : " 0.10"
15- env : UNDERSCORE=1.6 BACKBONE=1.0 MAINRUN=false
16- - node_js : " 0.10"
17- env : UNDERSCORE=1.4.4 BACKBONE=1.1.0 MAINRUN=false
18- - node_js : " 0.10"
19- env : UNDERSCORE=1.5 BACKBONE=1.1 MAINRUN=false
20- - node_js : " 0.10"
21- env : LODASH=3.0 BACKBONE=1.1 MAINRUN=false
22- - node_js : " 0.10"
23- env : LODASH=3.1 BACKBONE=1.0 MAINRUN=false
24- env : MAINRUN=true LODASH=false UNDERSCORE=latest
5+ env :
6+ global : MAINRUN=true
7+ matrix :
8+ - UNDERSCORE=1.4.4 BACKBONE=1.0
9+ - UNDERSCORE=1.5 BACKBONE=1.0
10+ - UNDERSCORE=1.7 BACKBONE=1.1
11+ - UNDERSCORE=1.7 BACKBONE=1.0
12+ - UNDERSCORE=1.6 BACKBONE=1.0
13+ - UNDERSCORE=1.4.4 BACKBONE=1.1.0
14+ - UNDERSCORE=1.5 BACKBONE=1.1
15+ - LODASH=2.4 BACKBONE=1.1
16+ - LODASH=3.0 BACKBONE=1.1
17+ - LODASH=3.1 BACKBONE=1.0
2518before_install :
2619 - npm config set ca ""
2720install :
28- - npm install -g grunt-cli
29- - npm install
30- - npm dedupe
31- - ./test/ci.sh
21+ - curl -L https://rawgit.com/marionettejs/travis-ci-setup/master/ci.sh | bash
3222after_success :
33- - if [[ $MAINRUN == true ]]; then npm run-script coverage; fi
23+ - if [[ $MAINRUN == true ]]; then npm run-script coverage; fi
You can’t perform that action at this time.
0 commit comments