Skip to content

Commit

Permalink
chore: fix travis install of semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Feb 12, 2020
1 parent a13b700 commit 81ae829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ after_success:
- cp .git dist/@ngx-translate/core/ -r # required by semantic release
- cp README.md dist/@ngx-translate/core/
- cd dist/@ngx-translate/core/
- npm install
- npm install semantic-release@8.2.3
- npm run semantic-release
branches:
except:
Expand Down

0 comments on commit 81ae829

Please sign in to comment.