add LTS testing (#657)

This commit is contained in:
Alexandre ZANNI
2018-05-01 23:29:19 +02:00
committed by John Furrow
parent 293aa11d51
commit d5e7805e4b
+2 -1
View File
@@ -1,7 +1,8 @@
dist: trusty
language: node_js
node_js:
- "node"
- "node" # current
- "lts/*" # LTS
- "7"
before_script:
- cp config.template.js config.js