Skip to content
Snippets Groups Projects
Commit 713bb3f4 authored by Colton Leekley-Winslow's avatar Colton Leekley-Winslow Committed by GitHub
Browse files

Merge pull request #433 from scitran/pin-newman-3.0.1

Pin newman to 3.0.1
parents 5643c9a5 d6d91be3
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,6 @@ RUN apt-get update && apt-get -y install nodejs
RUN npm install -g git+https://github.com/flywheel-io/abao.git#better-jsonschema-ref
# Install newman for running postman collection tests from CLI
RUN npm install -g newman
RUN npm install -g newman@3.0.1
ENTRYPOINT ["py.test"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment