Skip to content

Commit

Permalink
refactor(travis): combine npm install into one command
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Oct 31, 2019
1 parent c429005 commit 4c596cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
before_install: skip
script:
- npm install @commitlint/config-conventional -D
- npm install @commitlint/travis-cli -D
@commitlint/travis-cli -D
- commitlint-travis
# Define the release stage that runs semantic-release
- stage: release
Expand All @@ -29,8 +29,8 @@ jobs:

# Install all dependencies required for `semantic-release`
- npm install @semantic-release/changelog@3 -D
- npm install @semantic-release/exec@3 -D
- npm install @semantic-release/git@7 -D
@semantic-release/exec@3 -D
@semantic-release/git@7 -D
deploy:
provider: script
skip_cleanup: true
Expand Down

0 comments on commit 4c596cd

Please sign in to comment.