Skip to content

Commit

Permalink
ci(semantic-release): try to remove duplicated packages
Browse files Browse the repository at this point in the history
* Using this here to test how multi-line commits are displayed
  • Loading branch information
myii committed Feb 20, 2019
1 parent ed82667 commit 20cd33b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ jobs:
# Define the release stage that runs semantic-release
- stage: release
script:
# - npm install semantic-release@15 -D
- npm install @semantic-release/commit-analyzer@6 -D
- npm install @semantic-release/release-notes-generator@7 -D
# # - npm install semantic-release@15 -D
# - npm install @semantic-release/commit-analyzer@6 -D
# - npm install @semantic-release/release-notes-generator@7 -D

- npm install @semantic-release/changelog@3 -D
- npm install @semantic-release/exec@3 -D
- npm install @semantic-release/git@7 -D

- npm install @semantic-release/github@5 -D
# - npm install @semantic-release/github@5 -D

# - npm install conventional-changelog-angular -D
# # - npm install https://github.com/Visya/conventional-changelog/archive/patch-1.tar.gz
Expand Down

0 comments on commit 20cd33b

Please sign in to comment.