Skip to content

Commit

Permalink
ci(travis): fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sharvit committed Dec 22, 2018
1 parent d548123 commit daacd48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ script:
after_success: yarn coveralls
jobs:
include:
# Define the release stage that runs semantic-release
- stage: release
if: branch = master AND type = push AND tag = false
if: branch = master
node_js: 10
deploy:
provider: script
Expand Down

0 comments on commit daacd48

Please sign in to comment.