From 6c0f093612b9fc484161a02b22ec3304cfe86627 Mon Sep 17 00:00:00 2001 From: Forresst Date: Sun, 3 Jul 2016 00:08:52 +0200 Subject: [PATCH] Fix link to issue 751 and add link to french translation (#946) --- docs/common-pitfalls.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/common-pitfalls.md b/docs/common-pitfalls.md index 5e1ad1d..4751ed2 100644 --- a/docs/common-pitfalls.md +++ b/docs/common-pitfalls.md @@ -1,8 +1,10 @@ # Common Pitfalls +Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/docs/common-pitfalls.md) + ## AVA in Docker -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 [https://github.com/avajs/ava/issues/751](#751). +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).