We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbb13f commit cd8da4fCopy full SHA for cd8da4f
1 file changed
.travis.yml
@@ -29,7 +29,7 @@ before_script:
29
30
# waiting for the DynamoDB mock
31
- |
32
- while [[ $(curl -so /dev/null -w '%{response_code}' localhost:4569) != '502' ]]
+ while [[ $(curl -so /dev/null -w '%{response_code}' localhost:4569) != '400' ]]
33
do
34
echo 'waiting 1 sec for DynamoDB...'
35
sleep 1
0 commit comments