Updates api-testing-with-dredd/api-testing-ci-environment.md

Auto commit by GitBook Editor
This commit is contained in:
apidesigner
2017-05-26 12:03:24 +00:00
parent cc10f2ad60
commit ed166e2ffc

View File

@@ -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
```