Browse Source

Add currently supported Node.js versions as test target (#471)

pull/473/head
Jumpei Ogawa 7 years ago committed by Sergi Almacellas Abellana
parent
commit
be7e72cfd4
  1. 5
      .travis.yml

5
.travis.yml

@ -1,3 +1,8 @@ @@ -1,3 +1,8 @@
language: node_js
node_js:
- "0.12"
- "4"
- "6"
- "8"
- "9"

Loading…
Cancel
Save