Skip to content

Commit 03587ab

Browse files
authored
Update .travis.yml
Remove node 6
1 parent bbb128b commit 03587ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ node_js:
1313
# make sure we work with a range of node versions.
1414
#
1515
# Current status of node versions: https://github.com/nodejs/LTS/
16-
- 6
16+
# We don't work with node 6 because it doesn't support package-lock
17+
# files which we need to avoid the broken version of base-x
1718
- 8
1819
- 10
1920
addons:

0 commit comments

Comments
 (0)