travis: pre-install re2c for MacOS builds (sequencer)

This commit is contained in:
Ralph Lange
2019-11-21 11:04:51 +01:00
parent c734ef9ce9
commit a3858715a2
2 changed files with 2 additions and 0 deletions

View File

@@ -105,3 +105,4 @@ matrix:
- env: SET=test01
os: osx
compiler: clang
addons: { homebrew: { packages: ["re2c"], update: true } }