indutny / bn.js

BigNum in pure javascript
MIT License
1.19k stars 150 forks source link

[Travis CI Build Failing] Update Node.js versions for the Travis CI Build #204

Closed ghost closed 5 years ago

ghost commented 5 years ago

Problem

Travis CI build is failing on Node.js v0.10, v0.12 which are no longer supported versions since this commit https://github.com/indutny/bn.js/commit/b5c0c423d69f56af84b3c7f14cf839907aab7b8b

Details: https://github.com/nodejs/Release#end-of-life-releases

Solution

How about removing CI tests for Node.js v0.10, v0.12? @dcousens

dcousens commented 5 years ago

ACK

dcousens commented 5 years ago

Submit a PR?

ghost commented 5 years ago

@dcousens Sure, I'm on it 😄

ghost commented 5 years ago

I decided to

based on the following information.

image

I created a PR here: https://github.com/indutny/bn.js/pull/205