fix travis, any check

This commit is contained in:
Panu Pitkämäki
2014-11-17 08:53:31 +02:00
parent 26c17dce8d
commit ffd35dda97

View File

@@ -200,7 +200,7 @@ r.post(options);
request
.get('http://example.com/example.png')
.on('response', function(response) {
.on('response', function(response: any) {
// check response
})
.pipe(request.put('http://another.com/another.png'));