Merge pull request #9159 from vector-im/travis/node-8-isnt-real

Remove node 8.x from the build matrix
This commit is contained in:
Travis Ralston 2019-03-13 14:48:33 -06:00 committed by GitHub
commit 1d51507134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,9 @@ node_js:
# make sure we work with a range of node versions.
#
# Current status of node versions: https://github.com/nodejs/LTS/
# 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
# Our minimum supported version is Node 10.
- 10
- 11
addons:
chrome: stable
before_install: