Browse Source

Update travis.yml node version

pull/51/head
Brett Langdon 10 years ago
parent
commit
65f9ea9996
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      .travis.yml

+ 4
- 3
.travis.yml View File

@ -1,9 +1,10 @@
language: node_js
node_js:
- "4.1"
- "4.0"
- "6"
- "5"
- "4"
- "0.12"
- "0.11"
- "0.10"
- "iojs"
- "stable"
- "node"

Loading…
Cancel
Save