forked from marionettejs/marionette.module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
30 lines (30 loc) · 809 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
language: node_js
node_js:
- "0.10"
matrix:
include:
- node_js: "0.10"
env: UNDERSCORE=1.4.4 BACKBONE=1.0
- node_js: "0.10"
env: UNDERSCORE=1.5 BACKBONE=1.0
- node_js: "0.10"
env: UNDERSCORE=1.7 BACKBONE=1.1
- node_js: "0.10"
env: UNDERSCORE=1.7 BACKBONE=1.0
- node_js: "0.10"
env: UNDERSCORE=1.6 BACKBONE=1.0
- node_js: "0.10"
env: UNDERSCORE=1.4.4 BACKBONE=1.1.0
- node_js: "0.10"
env: UNDERSCORE=1.5 BACKBONE=1.1
- node_js: "0.10"
env: LODASH=2.4 BACKBONE=1.1
- node_js: "0.10"
env: LODASH=3.0 BACKBONE=1.1
- node_js: "0.10"
env: LODASH=3.1 BACKBONE=1.0
env: MAINRUN=true
before_install:
- npm config set ca ""
install:
- curl -L https://rawgit.com/marionettejs/travis-ci-setup/master/ci.sh | bash