Browse Source

Test on LTS version of Node as well

master
Leo Lamprecht 8 years ago
parent
commit
e7386ebce5
  1. 5
      .travis.yml

5
.travis.yml

@ -1,4 +1,7 @@
{
"language": "node_js",
"node_js": "node"
"node_js": [
"6",
"node"
]
}

Loading…
Cancel
Save