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
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ node_js:
# make sure we work with a range of node versions. # make sure we work with a range of node versions.
# #
# Current status of node versions: https://github.com/nodejs/LTS/ # 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 - 8
- 10 - 10
addons: addons: