Skip to content

Commit

Permalink
Change release stage condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Oct 20, 2018
1 parent 5dba046 commit 4c61805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- stage: test
script: yarn build && yarn test:build && yarn test:coverage:ci
- stage: release
if: branch = master AND env(TRAVIS_PULL_REQUEST) = false
if: branch = "master" AND type = "push"
script: yarn build && yarn release
notifications:
slack:
Expand Down

0 comments on commit 4c61805

Please sign in to comment.