I see the build is failing. Might be a timing issue:
Could not connect to your Ethereum client. Please check that your Ethereum client:
- is running
- is accepting RPC connections (i.e., "--rpc" option is used in geth)
- is accessible over the network
- is properly configured in your Truffle configuration file (truffle.js)
The command "npx truffle migrate --reset --network development" exited with 1.
I see the build is failing. Might be a timing issue:
Check out https://github.com/peppersec/tornado-mixer/blob/master/.travis.yml#L8 for how you might handle timing.
Hope that helps.