TechAndCheck / tech-and-check-alerts

Daily tip sheet for fact checkers
MIT License
13 stars 6 forks source link

Add build stages to travis #339

Closed slifty closed 4 years ago

slifty commented 4 years ago

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