As noted in #18, CI builds are now failing due to an issue with postgres that doesn't seem related to any changes in the project.
For example, this build:
https://travis-ci.org/github/OneBusAway/onebusaway-docker/builds/680766690
..of the latest merge to master fails with:
Successfully tagged oba-ci:latest
=== building bundle
=== running postgres
Unable to find image 'postgres:10' locally
10: Pulling from library/postgres
Status: Downloaded newer image for postgres:10
893b48792079979360c734a233af641c4dfccfb284014fb15b65ea04e03bf7b1
=== creating postgres database
Error response from daemon: Container 893b48792079979360c734a233af641c4dfccfb284014fb15b65ea04e03bf7b1 is not running
Error: No such container: oba-postgres
Error: No such container: oba-postgres
Error: No such container: oba-postgres
Error: No such container: oba-postgres
Error: No such container: oba-postgres
Error: No such container: oba-postgres
Error: No such container: oba-postgres
Error: No such container: oba-postgres
Error: No such container: oba-postgres
postgres didn't work
The command "bin/ci" exited with 1.
As noted in #18, CI builds are now failing due to an issue with postgres that doesn't seem related to any changes in the project.
For example, this build:
https://travis-ci.org/github/OneBusAway/onebusaway-docker/builds/680766690
..of the latest merge to master fails with: