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:
commit
1d51507134
1 changed files with 2 additions and 3 deletions
|
@ -13,10 +13,9 @@ 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/
|
||||||
# We don't work with node 6 because it doesn't support package-lock
|
# Our minimum supported version is Node 10.
|
||||||
# files which we need to avoid the broken version of base-x
|
|
||||||
- 8
|
|
||||||
- 10
|
- 10
|
||||||
|
- 11
|
||||||
addons:
|
addons:
|
||||||
chrome: stable
|
chrome: stable
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Add table
Reference in a new issue