Browse Source

Update travis tested versions

fix.travis.node.versions
Brett Langdon 7 years ago
parent
commit
b226af3e9f
No known key found for this signature in database GPG Key ID: B664881177781B04
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      .travis.yml

+ 6
- 6
.travis.yml View File

@ -1,10 +1,10 @@
language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.11"
- "0.10"
- "iojs"
- "5"
- "6"
- "7"
- "8"
- "9"
- "10"
- "node"

Loading…
Cancel
Save