Skip to content

Commit

Permalink
Merge pull request #33 from john-hartley/dont-build-readme
Browse files Browse the repository at this point in the history
Changed AppVeyor to not build README.md-only commits.
  • Loading branch information
john-hartley authored Sep 22, 2018
2 parents 3d025d4 + 6508c73 commit d36b895
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This is an unofficial alternative to the existing GoCardless .NET API client.

Currently in beta, this project aims to improve upon the official client by:
This project aims to improve upon the official client by:

- Being easier to test against
- Not mixing `sync` and `async` calls
Expand All @@ -18,7 +18,7 @@ To stay up-to-date with the API, please read the [official documentation](https:
- Support for all core endpoints, including those currently in closed beta
- Support for partner integrations
- `async` all the way down
- More than 300 tests, with almost 100 of those being integration tests, to give you a measure of confidence when using the client
- More than 300 tests, with almost 100 of those being integration tests

## Versioning

Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ environment:
pull_requests:
do_not_increment_build_number: true

skip_commits:
files:
- README.md

dotnet_csproj:
patch: true
file: '**\*.csproj'
Expand Down

0 comments on commit d36b895

Please sign in to comment.