Skip to content

Commit

Permalink
Update link to is-ci鈥檚 environment variables (#1201)
Browse files Browse the repository at this point in the history
is-ci moved the logic for detecting the CI server to the ci-info module, see watson/is-ci@b78b211.
  • Loading branch information
sonicdoe authored and sindresorhus committed Jan 21, 2017
1 parent ad5122d commit 82acc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/common-pitfalls.md
Expand Up @@ -10,7 +10,7 @@ If you use [ESLint](http://eslint.org/), you can install [eslint-plugin-ava](htt

If you run AVA in Docker as part of your CI, you need to fix the appropriate environment variables. Specifically, adding `-e CI=true` in the `docker exec` command. See [#751](https://github.com/avajs/ava/issues/751).

AVA uses [is-ci](https://github.com/watson/is-ci) to decide if it's in a CI environment or not using [these variables](https://github.com/watson/is-ci/blob/master/index.js).
AVA uses [is-ci](https://github.com/watson/is-ci) to decide if it's in a CI environment or not using [these variables](https://github.com/watson/ci-info/blob/master/index.js).

## AVA and connected client limits

Expand Down

0 comments on commit 82acc59

Please sign in to comment.