SIGBlockchain / project_aurum

SIG Blockchain blockchain project in Go
https://acm.cs.uic.edu/sigblockchain
MIT License
7 stars 0 forks source link

Docker test #342

Closed kastolars closed 5 years ago

kastolars commented 5 years ago

Will now spin up a VM with project aurum on it, allowing for interaction in tests

Vineet77 commented 5 years ago

Is it ok to have a binary?

kastolars commented 5 years ago

Good point. So I included in travis a thing that forces you to rebuild the binary before it can be approved. That way the binary on dev is always up to date

kastolars commented 5 years ago

@Vineet77 I removed the binary check for now from travis, and I'll work on making some sort of binary-release scripting issue.