Movatterモバイル変換


[0]ホーム

URL:


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

Commitae236df

Browse files
committed
Move codecov dependency from package.json to .travis.yml file.
1 parentea78fb6 commitae236df

File tree

3 files changed

+7
-28
lines changed

3 files changed

+7
-28
lines changed

‎.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ dist: trusty
33
language:node_js
44
node_js:
55
-node
6+
install:
7+
-npm install -g codecov
68
script:
79
-npm run ci
8-
-npm runcodecov
10+
-codecov
911
notifications:
1012
email:false

‎package-lock.json

Lines changed: 0 additions & 23 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"scripts": {
77
"lint":"eslint ./src/*",
88
"test":"jest",
9-
"ci":"npm run lint && npm run test -- --coverage",
10-
"codecov":"codecov"
9+
"ci":"npm run lint && npm run test -- --coverage"
1110
},
1211
"pre-commit": [
1312
"lint",
@@ -27,7 +26,9 @@
2726
"javascript-algorithms",
2827
"sorting-algorithms",
2928
"graph",
30-
"tree"
29+
"tree",
30+
"interview",
31+
"interview-preparation"
3132
],
3233
"author":"Oleksii Trekhleb (https://www.linkedin.com/in/trekhleb/)",
3334
"license":"MIT",
@@ -39,7 +40,6 @@
3940
"@types/jest":"^23.1.4",
4041
"babel-cli":"^6.26.0",
4142
"babel-preset-env":"^1.7.0",
42-
"codecov":"^3.0.2",
4343
"eslint":"^4.19.1",
4444
"eslint-config-airbnb":"^17.0.0",
4545
"eslint-plugin-import":"^2.13.0",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp