From 2a2a268ea2beaa2e851cb4a68f816435a7aa837e Mon Sep 17 00:00:00 2001 From: Nathan Swain Date: Fri, 24 Apr 2020 13:13:38 -0600 Subject: [PATCH] Enable build tests on release branch --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 97c2229f4..ccce9a2b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,9 +22,9 @@ stages: - name: test if: tag IS NOT present - name: docker-build - if: (branch = master) OR (tag IS present) + if: (branch = master) OR (branch = master) OR (tag IS present) - name: conda-build - if: (branch = master) OR (tag IS present) + if: (branch = master) OR (branch = master) OR (tag IS present) install: - cd ..