We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb128b commit 03587abCopy full SHA for 03587ab
.travis.yml
@@ -13,7 +13,8 @@ node_js:
13
# make sure we work with a range of node versions.
14
#
15
# Current status of node versions: https://github.com/nodejs/LTS/
16
- - 6
+ # 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
18
- 8
19
- 10
20
addons:
0 commit comments