Skip to content

Commit

Permalink
Update README with install of older Newman version
Browse files Browse the repository at this point in the history
Hi!
My pipeline failed this morning, since Newman 5.0.0 has just been released. I needed to adjust the installer task to use an older version. I thought this info might be useful to others as well.
Kind regards,
Johan
  • Loading branch information
jwigert authored Apr 9, 2020
1 parent 7d2e151 commit e3fe4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can include this task in a build or release pipeline. Here's a quick 'How To

1. Set `custom` as command

1. As 'Command and arguments' set `install newman -g`
1. As 'Command and arguments' set `install newman -g`. Note that if the task version doesn't yet support the latest Newman version, an older version can be used, e.g. `install [email protected] -g`.

### Execution ###

Expand Down

0 comments on commit e3fe4c0

Please sign in to comment.