diff --git a/.travis.yml b/.travis.yml index dd9371b..0c37dd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -105,3 +105,4 @@ matrix: - env: SET=test01 os: osx compiler: clang + addons: { homebrew: { packages: ["re2c"], update: true } } diff --git a/travis/.travis.yml.example-full b/travis/.travis.yml.example-full index 7f7ac45..18eed45 100644 --- a/travis/.travis.yml.example-full +++ b/travis/.travis.yml.example-full @@ -97,6 +97,7 @@ matrix: - env: BASE=7.0 os: osx compiler: clang + addons: { homebrew: { packages: ["re2c"], update: true } } # All above jobs can be defined for other branches or releases of EPICS Base # by setting BASE to the branch name or release tag name, e.g.