travis: test latest node LTS

This commit is contained in:
Feross Aboukhadijeh 2018-04-24 17:22:18 -07:00
parent bafc49523a
commit ff8aad9b4d

View File

@ -1,7 +1,7 @@
language: node_js
sudo: false
node_js:
- "node"
- lts/*
before_script:
# Add an IPv6 config - see the corresponding Travis issue
# https://github.com/travis-ci/travis-ci/issues/8361