Skip to content

Commit

Permalink
Travis success fix (#11)
Browse files Browse the repository at this point in the history
* trying this out

* updates to branch checks

* updated after_success command
  • Loading branch information
kristinapathak authored Dec 2, 2020
1 parent 3c46f92 commit 6e82b47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ os:
branches:
only:
- main
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/

addons:
sonarcloud:
Expand Down Expand Up @@ -58,7 +58,8 @@ jobs:
name: "Make a Release"
if: branch != main
before_script: skip
after_success: skip
# after_success step needs to run for deploy to run
after_success: true
script: skip
deploy:
on:
Expand Down

0 comments on commit 6e82b47

Please sign in to comment.