dev-cap/MLCAT

Update Travis configuration

Closed this issue · 2 comments

We need to update the travis configuration to support two features.

  1. Utilise Travis build cache to reduce Travis build times.
  2. Introduce Travis pipelines into the build so that we can run unit and intergration tests in parallel.

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.

PR #135 solves this issue