Skip to content

Commit 05a5d88

Browse files
committed
Simplify travis file
1 parent 40d964a commit 05a5d88

File tree

1 file changed

+16
-26
lines changed

1 file changed

+16
-26
lines changed

.travis.yml

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,23 @@
1+
12
language: node_js
23
node_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
2518
before_install:
2619
- npm config set ca ""
2720
install:
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
3222
after_success:
33-
- if [[ $MAINRUN == true ]]; then npm run-script coverage; fi
23+
- if [[ $MAINRUN == true ]]; then npm run-script coverage; fi

0 commit comments

Comments
 (0)