I am trying to build with C++ using catch tests.
However, it can’t find the headers after installing catch.
https://travis-ci.com/TheShed412/file-sorter/jobs/238848466
In that build I install catch explicitly in the before_install, but I have other tests that I install it in the apt packages section of the yml. Neither seem to be working.
I am running Ubuntu 18 on my local machine and was able to install catch with the command in the before_install and have it working.