Closed slifty closed 4 years ago
We did not have deployment in its own build stage, which means deployment was happening for every set of tests.
This PR adds support for build stages in Travis to ensure that deployment only occurs once, and only after all tests pass.
Unfortunately this can only be tested by opening a PR since it has to do with our CI service.
No deployment necessary
Resolves #336
We did not have deployment in its own build stage, which means deployment was happening for every set of tests.
Description
This PR adds support for build stages in Travis to ensure that deployment only occurs once, and only after all tests pass.
Due Diligence Checklist
Steps to Test
Unfortunately this can only be tested by opening a PR since it has to do with our CI service.
Deploy Notes
No deployment necessary
Related Issues
Resolves #336