From fc31847206f8d8eaade09320616a6555db1b5265 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Fri, 27 Apr 2018 13:44:41 -0700 Subject: [PATCH] Fix -O broken test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 48a0b03..a6c30b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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