We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0538d5d commit fdf263aCopy full SHA for fdf263a
.travis.yml
@@ -66,7 +66,7 @@ jobs:
66
# Wait for docker to be up
67
- sleep 10
68
# run newman tests
69
- - newman run --color on 'PyMatcha.postman_collection.json'
+ - newman run --color on 'PyMatchaV2.postman_collection.json'
70
after_script:
71
# stop and remove docker to prevent them from block port at next iteration/test
72
- docker stop $(docker ps -a -q)
0 commit comments