This repository has been archived by the owner on Sep 2, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Travis fail for libraries using regex (#3)
When running tests on a library with `use "regex"`, they may pass locally if the library is installed, but fail on Travis in the linking step due to "undefined references to pcre2". [Example.](https://travis-ci.org/EpicEric/pony-mqtt/builds/295242567) Telling the bash script to always download and build PCRE2 fixes this issue.
- Loading branch information