Remove node 8.x from the build matrix

We don't support Node 8 anymore. Also the build is broken.
pull/9159/head
Travis Ralston 2019-03-13 14:10:12 -06:00
parent 6ac69c109c
commit df164d7489
1 changed files with 3 additions and 1 deletions

View File

@ -15,8 +15,10 @@ node_js:
# 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: