Skip to content

Commit

Permalink
Merge pull request #115 from adfinis-sygroup/master
Browse files Browse the repository at this point in the history
Try semantic release
  • Loading branch information
czosel authored Apr 20, 2019
2 parents 7a13de2 + 6a0e67a commit 5325c36
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 @@ -60,11 +60,11 @@ jobs:
on:
branch: next
script:
- npx semantic-release -d
- npx semantic-release

# - stage: "Deploy"
# if: (branch = master or tag is present) and type = push
# script: yarn ember deploy production
- stage: "Deploy"
if: (branch = master or tag is present) and type = push
script: yarn ember deploy production

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
Expand Down

0 comments on commit 5325c36

Please sign in to comment.