macOS VMs on Travis would do `port lint <port list> | tee lint.txt; if
grep "^Error: " lint.txt ; then ...`
and `port install ...` (`port test ...` if test exists) and if one of
them failed Travis will report that back to GitHub.
Also Travis will keep logs so lint results will be available there.
On 4/1/17 9:43 PM, Mojca Miklavec wrote:
Can you please elaborate a bit more on
Travis CI will do lint and install tests on macOS 10.10-12 for PRs
and commits.
What does "install tests" refer to exactly?
Mojca
--
Best regards,
Zero King