Update Travis configuration
Closed this issue · 2 comments
prasadtalasila commented
We need to update the travis configuration to support two features.
- Utilise Travis build cache to reduce Travis build times.
- Introduce Travis pipelines into the build so that we can run unit and intergration tests in parallel.
prasadtalasila commented
We need two pipelines - one for unit tests and one for functional tests. The unit tests pipeline would only have sleep command for 10 seconds.
hrishikesh-dahiya commented
PR #135 solves this issue