Skip to content

Commit

Permalink
fix(ci): travisの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Himenon committed Sep 29, 2018
1 parent 86bdcae commit ed24ef3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# JavaScript Library Sample

[![Build Status](https://travis-ci.org/Himenon/js-one-shot.svg?branch=master)](https://travis-ci.org/Himenon/js-one-shot)

[![Coverage Status](https://coveralls.io/repos/github/Himenon/js-one-shot/badge.svg?branch=master)](https://coveralls.io/github/Himenon/js-one-shot?branch=master)

## Library
Expand All @@ -13,7 +12,7 @@
<https://github.com/marionebl/commitlint>

```bash
yarn add -D @commitlint/config-conventional @commitlint/cli husky pre-commit
yarn add -D @commitlint/config-conventional @commitlint/cli husky pre-commit @commitlint/travis-cli
```

## Setup jest
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"devDependencies": {
"@commitlint/cli": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
"@commitlint/travis-cli": "^7.1.2",
"@types/jest": "^23.3.2",
"@types/js-yaml": "^3.11.2",
"@types/node": "^10.11.3",
Expand Down
20 changes: 14 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@
dependencies:
find-up "^2.1.0"

"@commitlint/travis-cli@^7.1.2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@commitlint/travis-cli/-/travis-cli-7.1.2.tgz#7de0ed9cc420e0f231119e3ba8fcf73fb7d2a7e9"
dependencies:
"@commitlint/cli" "^7.1.2"
babel-runtime "6.26.0"
execa "0.9.0"

"@marionebl/sander@^0.6.0":
version "0.6.1"
resolved "https://registry.yarnpkg.com/@marionebl/sander/-/sander-0.6.1.tgz#1958965874f24bc51be48875feb50d642fc41f7b"
Expand Down Expand Up @@ -1025,9 +1033,9 @@ exec-sh@^0.2.0:
dependencies:
merge "^1.2.0"

execa@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
execa@0.9.0, execa@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-0.9.0.tgz#adb7ce62cf985071f60580deb4a88b9e34712d01"
dependencies:
cross-spawn "^5.0.1"
get-stream "^3.0.0"
Expand All @@ -1037,9 +1045,9 @@ execa@^0.7.0:
signal-exit "^3.0.0"
strip-eof "^1.0.0"

execa@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-0.9.0.tgz#adb7ce62cf985071f60580deb4a88b9e34712d01"
execa@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
dependencies:
cross-spawn "^5.0.1"
get-stream "^3.0.0"
Expand Down

0 comments on commit ed24ef3

Please sign in to comment.