Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 463 Bytes

05-setup-ci.md

File metadata and controls

19 lines (14 loc) · 463 Bytes

Setup Continuous Integration

As a: Developer
I need: the ability to continuously test my code
So that: I can know if a Pull Request has broken the build

Assumptions:

  • We will use Travis CI
  • Need to tell Travis CI that we need a Redis database

Acceptance Criteria:

Given I have set up Travis CI
When I make a Pull Request
Then my automated tests should run automatically
And if they fail the build will be stopped