Skip to content

Commit 89b00e2

Browse files
committed
[dist] Update to use all node versions
1 parent 9c7620f commit 89b00e2

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.travis.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@
22
sudo: false
33
language: node_js
44
node_js:
5+
- "5"
6+
- "5.1"
7+
- "4"
8+
- "4.2"
9+
- "4.1"
10+
- "4.0"
11+
- "0.12"
512
- "0.11"
613
- "0.10"
7-
# meteor specific node version
8-
- "0.10.36"
9-
# - "0.8"
14+
- "0.8"
15+
- "0.6"
16+
- "iojs"
1017

1118
before_install:
1219
# Install meteor and spacejam, a meteor command line package tester

0 commit comments

Comments
 (0)