Skip to content

Commit

Permalink
Merge pull request #64 from danger/getting_started
Browse files Browse the repository at this point in the history
More getting started
  • Loading branch information
orta committed Jul 30, 2016
2 parents a642893 + 87d97bf commit a91d11c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static/source/guides/getting_started.html.slim
Expand Up @@ -71,10 +71,17 @@ section.guide

We recommend giving access to the whole `repo` scope, and it's children.

#### Continuous Integration

Continuous Integration is the process of regularly running tests, and generating metrics for a project. It is where you can ensure that the code you are submitting for review is passing on all of the tests. You commonly see this as green, or red dots inside GitHub pull requests.

Danger is built to run as a part of this process, so you will need to have this set up as a pre-requisite.

### Setting up Danger to run on your CI

_Note: more guides for different CI hosts will be coming in time._


#### Travis CI

##### Running Danger
Expand Down

0 comments on commit a91d11c

Please sign in to comment.