Skip to content

Commit

Permalink
Make curl verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsV2 committed Sep 6, 2020
1 parent cc20bcb commit c0e3063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ script:
- http_code=$(curl -s -w "%{http_code}" 127.0.0.1 | tail -n 1)
- test $http_code -eq 308

- curl 127.0.0.1:2015
- curl -vvv 127.0.0.1:2015

- http_code=$(curl -s -w "%{http_code}" 127.0.0.1:2015 | tail -n 1)
- test $http_code -eq 404
Expand Down

0 comments on commit c0e3063

Please sign in to comment.