nbusy / nbusy-android

NBusy Android app.
http://nbusy.com
Apache License 2.0
1 stars 0 forks source link

Run nbusy docker image during integration tests #76

Open soygul opened 8 years ago

soygul commented 8 years ago

Fixes first part of #74

soygul commented 8 years ago

Currently getting:

$ sudo service docker start
docker: unrecognized service

So I guess language: android images don't have docker service yet. Don't want to brute force this so will stick with self-contained integration tests for the moment.

soygul commented 8 years ago

This PR will be legacied by https://github.com/nbusy/nbusy-android/issues/80 when done.