x/fuse/.travis.yml
1234567891011language: node_jsnode_js: - '6' - '8' - '10'before_install: - npm install -g npm@latestgit: depth: 10