Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dae0c8e

Browse files
authored
Remove windows from CI (leetcode-tools#36)
1 parent ec92f5c commit dae0c8e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ test/
44
.eslintrc.js
55
.travis.yml
66
Dockerfile
7-
.dockerignore
7+
.dockerignore
8+
.nyc_output/
9+
coverage/

‎.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ node_js:
55
os:
66
- linux
77
- osx
8-
- windows
98

109
install:
1110
- npm install

‎package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "vsc-leetcode-cli",
33
"version": "2.6.20",
44
"description": "A cli tool to enjoy leetcode!",
5-
"preferGlobal": "true",
65
"engines": {
76
"node": ">=4"
87
},
@@ -46,9 +45,9 @@
4645
},
4746
"license": "MIT",
4847
"bugs": {
49-
"url": "https://github.com/jdneo/leetcode-cli/issues"
48+
"url": "https://github.com/leetcode-tools/leetcode-cli/issues"
5049
},
51-
"homepage": "https://github.com/jdneo/leetcode-cli#readme",
50+
"homepage": "https://github.com/leetcode-tools/leetcode-cli#readme",
5251
"dependencies": {
5352
"ansi-styles": "3.2.1",
5453
"cheerio": "0.20.0",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /