ddragosd commented on issue #42: WIP: attempt to resolve path errors on Travis build. URL: https://github.com/apache/incubator-openwhisk-devtools/pull/42#issuecomment-313578844 @mrutkows this did it: https://github.com/ddragosd/incubator-openwhisk-devtools/blob/bdd909031ab6bd5ba83213f6df59f63c1ee1c76d/docker-compose/.travis/setup.sh I took some inspiration from one of your previous commits. In the new trusty update on Travis, `docker-compose` `1.13.0` is already installed. The current script installs `1.8.1`, but we should reuse `1.13.0`. The reason why the previous scripts was working fine has to do with the working directory. I have reasons to believe in the new Travis version this has changed as well; otherwise the old script couldn't have completed successfully. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
