cloudyr / travisci

Travis-CI API Client Package
10 stars 1 forks source link

enable_hook #5

Open neuroconductor opened 8 years ago

neuroconductor commented 8 years ago

There is no option in travisHTTP for PUT verb, so every PUT (like enable_hook errors out.

You could wrap most of that into a do.call(VERB). Testing now so no PR yet.

leeper commented 8 years ago

Thanks. I would appreciate a PR, as I don't have a lot of time to fix this.