Skip to content

Commit

Permalink
PIPELINE: Two new pipelines automated via travis should be implemented.
Browse files Browse the repository at this point in the history
The prod and staging branches should remain turned off here, but included
to know what's happening in the othe branches.
  • Loading branch information
esguerra committed Jun 23, 2020
1 parent 0fed813 commit f032dea
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,13 @@ script:
# - rm *.log *.dcd *.en


# blocklist
branches:
except:
- prod
- staging

# safelist
branches:
only:
- master

0 comments on commit f032dea

Please sign in to comment.