ethers-io / ethers.objc

Fast, simple and complete library for Ethereum in Objective-C.
MIT License
157 stars 57 forks source link

Initial Travis-CI support #2

Closed beatrupp closed 7 years ago

beatrupp commented 7 years ago

It runs the tests, but the test "testEntropy" is failing still (it did that on my local machine a few times, too).

You'll need login on travis-ci.org and connect it to this repository to get this running from now on.

ricmoo commented 7 years ago

I should probably pull Test Entropy from the automatic test suite. It tests statistical metrics against the random number generator, and I do currently have the thresholds unnecessarily high.

The main purpose was to make sure I wasn't accidentally clobbering entropy anywhere.

ricmoo commented 7 years ago

Worked perfectly! Thank you!

RicMoo