Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Help/FAQ.rst, replaced erroneous descriptions #602

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Help/FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ our master branch. Right now we use 7 of those checks:
it all documented
`here <http://api.coala.io/en/latest/Developers/Review.html>`_.

- **codecov/project** This one checks whether all your code is being tested. We
- **continuous-integration/travis-ci/pr** This one checks whether all your code is being tested. We
cannot merge anything that may not work or may broke somewhere, so to avoid
obvious bugs we use this. To fix it, write doctests or unittests for your
functions / classes.
functions / classes.

- **ci/circleCI** This is one of the two containers we use to continuously
- **deploy/netlify** This is one of the two containers we use to continuously
test the code. It basically runs all the tests and checks your code in a
container, checking that the tests pass on the container. This one is for
Linux, it runs Ubuntu 12.04.
Expand Down