AnalogTapeModel

Physical modelling signal processing for analog tape recording
Log | Files | Refs | Submodules | README | LICENSE

commit ead095895357f13a712e6a62abadb3b578198141
parent cf0a1537ad20610d4eebd22df5a5ba88039d7f88
Author: jatinchowdhury18 <jatinchowdhury18@users.noreply.github.com>
Date:   Wed, 22 Jul 2020 22:20:32 -0700

Set Travis to run on develop branch

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -6,7 +6,7 @@ sudo: false # if pull request: always build # if push: only build for master branch -if: (type != push) OR (type = push AND branch = master) +if: (type != push) OR (type = push AND (branch = master OR branch = develop)) matrix: include: