Skip to content

Commit

Permalink
ci(travis): Use semantic-release v12 (#383)
Browse files Browse the repository at this point in the history
* ci(travis): Use `semantic-release` v12

* ci(travis): run `semantic-release` and its installation inside `travis-deploy-once`
  • Loading branch information
luftywiranda13 authored and okonet committed Jan 19, 2018
1 parent e48402e commit e4f0f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ after_script: greenkeeper-lockfile-upload

after_success:
- bash <(curl -s https://codecov.io/bash)
- yarn global add --ignore-engines semantic-release@11
- semantic-release
- yarn global add travis-deploy-once@4
- travis-deploy-once "yarn global add semantic-release@12 && semantic-release"

branches:
only:
Expand Down

0 comments on commit e4f0f44

Please sign in to comment.