Skip to content

Commit

Permalink
Merge pull request #136 from czosel/release-branch
Browse files Browse the repository at this point in the history
chore(release): rename "next" to "release"
  • Loading branch information
czosel committed May 8, 2019
2 parents 0829b81 + 68e2611 commit fe399cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -22,7 +22,7 @@ env:
branches:
only:
- master
- next
- release
# npm version tags
- /^v\d+\.\d+\.\d+/

Expand Down Expand Up @@ -54,13 +54,13 @@ jobs:
- env: EMBER_TRY_SCENARIO=ember-default-with-jquery

- stage: release
if: branch = next and type = push
if: branch = release and type = push
script: skip
deploy:
provider: script
skip_cleanup: true
on:
branch: next
branch: release
script:
- npx semantic-release

Expand Down

0 comments on commit fe399cc

Please sign in to comment.