Update .travis.yml

Remove node 6
This commit is contained in:
David Baker 2018-11-22 17:54:02 +00:00 committed by GitHub
parent bbb128b672
commit 03587abff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,8 @@ node_js:
# make sure we work with a range of node versions.
#
# Current status of node versions: https://github.com/nodejs/LTS/
- 6
# We don't work with node 6 because it doesn't support package-lock
# files which we need to avoid the broken version of base-x
- 8
- 10
addons: