Skip to content

Commit

Permalink
Merge pull request #129 from davecheney/fix-httpbin-tests
Browse files Browse the repository at this point in the history
travis: fix failing tests
  • Loading branch information
davecheney authored Apr 28, 2018
2 parents 0bb58fd + 9ae746e commit c5fbab8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ script:
- go vet ./...
- go build github.com/davecheney/httpstat
- go test github.com/davecheney/httpstat
- ./httpstat http://dave.cheney.net/
- ./httpstat http://dave.cheney.net:80/
- ./httpstat -X POST -d 'post' http://httpbin.org/post
- ./httpstat -X DELETE http://httpbin.org/delete
- ./httpstat https://dave.cheney.net/
- ./httpstat https://dave.cheney.net:443/
- ./httpstat -X POST -d 'post' https://httpbin.org/post
- ./httpstat -X DELETE https://httpbin.org/delete
- ./httpstat https://www.google.com/
- ./httpstat https://www.google.com:443/
- ./httpstat -L http://httpbin.org/redirect-to?url=https://httpbin.org/relative-redirect/1
- ./httpstat -L https://httpbin.org/redirect-to?url=https://httpbin.org/relative-redirect/1
- ./httpstat -I http://example.com/
- ./httpstat -I -L http://httpbin.org/redirect/1
- ./httpstat https://www.apple.com/
- ./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 c5fbab8

Please sign in to comment.