adaltas / node-http-status

Utility to interact with HTTP status code in Node.js
Other
441 stars 55 forks source link

Use Math.pow for better compatibility #35

Closed ckeboss closed 4 years ago

ckeboss commented 4 years ago

Saw that the tests are failing because of the ** operator for node ~6.0.0.

Would it be possible to have Travis CI run on PR's also?

ckeboss commented 4 years ago

Oh, looks like they did run, and failed on the PR that introduced this. Perhaps stricter enforcement?

wdavidw commented 4 years ago

Ok, stranged that I didn't receive any notification from Travis.