File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " node"
3
+ - 10
4
+
4
5
os :
5
6
- linux
6
7
- osx
7
8
- windows
9
+
8
10
install :
9
11
- npm install
12
+
10
13
script :
11
14
- 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 12
12
"scripts" : {
13
13
"lint" : " eslint lib/ test/" ,
14
14
"test" : " npm run lint && nyc mocha test test/plugins && nyc report --reporter=lcov" ,
15
+ "travis" : " node bin/pkg" ,
15
16
"pkg" : " pkg . --out-path=dist/ --targets"
16
17
},
17
18
"pkg" : {
You can’t perform that action at this time.
0 commit comments