UNPKG

ali-pathinfer

Version:

根据当前的仓库名和分支名推断出线上的cdn链接。

16 lines (12 loc) 158 B
sudo: false language: node_js node_js: - "4" cache: directories: - node_modules install: - npm install script: - npm run lint - npm run test