Skip to content

Commit

Permalink
Enable build tests on release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
swainn authored Apr 24, 2020
1 parent 34b2309 commit 2a2a268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit 2a2a268

Please sign in to comment.