Skip to content

Commit

Permalink
Fix -O broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
rs committed Apr 27, 2018
1 parent a8a8dc0 commit fc31847
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 @@ -36,7 +36,7 @@ script:
- ./httpstat -H Accept:\ application/vnd.heroku+json\;\ version=3 https://api.heroku.com/schema
- ./httpstat -O http://example.com/file && stat file
- ./httpstat -o custom http://example.com/file && stat custom
- ./httpstat -O http://httpbin.org/response-headers?Content-Disposition=attachment%3B%20filename%3dtest.json && stat test.json
- ./httpstat -O https://httpbin.org/response-headers?Content-Disposition=attachment%3B%20filename%3dtest.json && stat test.json
- ./httpstat google.com
- ./httpstat google.com:80
- ./httpstat google.com:443
Expand Down

0 comments on commit fc31847

Please sign in to comment.