From ed166e2ffc44b2e303ce577f72c10a9026615f40 Mon Sep 17 00:00:00 2001 From: apidesigner Date: Fri, 26 May 2017 12:03:24 +0000 Subject: [PATCH] Updates api-testing-with-dredd/api-testing-ci-environment.md Auto commit by GitBook Editor --- api-testing-with-dredd/api-testing-ci-environment.md | 1 - 1 file changed, 1 deletion(-) diff --git a/api-testing-with-dredd/api-testing-ci-environment.md b/api-testing-with-dredd/api-testing-ci-environment.md index a83db1e..1a8efec 100644 --- a/api-testing-with-dredd/api-testing-ci-environment.md +++ b/api-testing-with-dredd/api-testing-ci-environment.md @@ -12,7 +12,6 @@ This guide describes steps necessary for testing an API with Dredd in a CI Envir 2. [Dredd](https://github.com/apiaryio/dredd) MUST be installed globally in the CI environment: - ``` $ npm install -g dredd --no-optional ```