Skip to content

Commit

Permalink
[dist] Update to use all node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Mar 18, 2016
1 parent 9c7620f commit 89b00e2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@
sudo: false
language: node_js
node_js:
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
# meteor specific node version
- "0.10.36"
# - "0.8"
- "0.8"
- "0.6"
- "iojs"

before_install:
# Install meteor and spacejam, a meteor command line package tester
Expand Down

0 comments on commit 89b00e2

Please sign in to comment.