Skip to content

Commit fdf263a

Browse files
committed
Now using v2 tests
1 parent 0538d5d commit fdf263a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# Wait for docker to be up
6767
- sleep 10
6868
# run newman tests
69-
- newman run --color on 'PyMatcha.postman_collection.json'
69+
- newman run --color on 'PyMatchaV2.postman_collection.json'
7070
after_script:
7171
# stop and remove docker to prevent them from block port at next iteration/test
7272
- docker stop $(docker ps -a -q)

0 commit comments

Comments
 (0)