This repository is part of Apache OpenWhisk and provides developer tools that help with local development, testing and operation of OpenWhisk.
params
and expecting promises.Each tool in this repository has to provide travis build scripts inside a .travis
folder. The folder should define 2 scripts:
setup.sh
- invoked during before_install
phasebuild.sh
- invokes during script
phaseFor an example check out docker-compose/.travis folder.