File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " node"
3+ - 10
4+
45os :
56 - linux
67 - osx
78 - windows
9+
810install :
911 - npm install
12+
1013script :
1114 - npm test
15+ - if [ -n "$TRAVIS_TAG" ]; then npm run travis; fi
16+
17+ deploy :
18+ provider : releases
19+ api_key :
20+ secure : " ayYe6HlYFrFposeIh2xX1DbdF3CRFnAHM5VvdtfVh/TtpcEvg4GRCanvzaSvsVajLjFZOZhGVgm+uZ1H6ba6jQuoOUvFJ667EVwQk7c8KDJrvZIMvzMxCgvSHb6N8VBh/5svWYa+7Kbd++3WP7XmkLpWli/DXvOSu6I6M7w+m/OI157mWPp0a7iy+Q+o1vSl/3INNIrd/vMT5F+ae1iBLFn3aHndtezhdQr+HrQCHaVP8OiK96rtjzaiRp+dyoMf4U71LoJGRpGZURv9imyXholoQutlT+bhRaumPqrqiwFRGMaL+xhfBZMySMND8wcO9rQnabiQf5Wo9J5aJMnixWjEIg9gGhJ8E96j9VwdUBA7yfHAbVhLrQ0h2TkZuUdqU1EnOWIbnPtjC9exv8R5X2WRs1fMz9j+XpNYclB4YdLclQ662nfsquccqfksDG1rS249WkSl1RIxr9fcD+60xYXgkG78wrTN8cr9NMGk5/AyMyHcvYjA+rGg1V8DZhzC3WZn9Q0NRJoc3b+xx9pxkaO7epBck5sAsNPO8b/bMGGKmgmR5tKSZUN+lTUKLI2znJcUC1dMKKpRCqr1To94ZYVe0G7SFbe+MH4guQXkd7sB6GnsR8/7g8OsVcAtV4DoEWfHwJQIE0bg/UzqubyBPSGPs1JBZm8nks/zTpOJ65o="
21+ file : leetcode-cli.*
22+ file_glob : true
23+ skip_cleanup : true
24+ overwrite : true
25+ on :
26+ tags : true
Original file line number Diff line number Diff line change 1212 "scripts" : {
1313 "lint" : " eslint lib/ test/" ,
1414 "test" : " npm run lint && nyc mocha test test/plugins && nyc report --reporter=lcov" ,
15+ "travis" : " node bin/pkg" ,
1516 "pkg" : " pkg . --out-path=dist/ --targets"
1617 },
1718 "pkg" : {
You can’t perform that action at this time.
0 commit comments