holochain/clutter

travis should be running `hcdev test`

thedavidmeister opened this issue · 3 comments

travis should be running `hcdev test`

i played around with various permutations of the instructions for installing hcdev with go in travis

the summary results:

This is running against a node Travis box (elsewhere that these tests worked was apparently using a prebuilt go Travis build)

There's also the concern that setting up go from scratch every time will be very slow for testing

Conclusion is that we should try to use docker instead

Also, this is potentially worth considering - https://circleci.com/

Circle is basically Travis but with some neat extra functionality - like being able to ssh into a build for debugging (rather than changing one tiny thing and waiting for a whole build to see if it worked)