From 74d457c9805dbf81454e942687e22cca49cfa99c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 14 Apr 2016 14:09:03 +0200 Subject: [PATCH] install re2c --- .travis.yml | 1 + scripts/gen_travis_yml.php | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a893c33..c2de389 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ addons: packages: - php5-cli - php-pear + - re2c env: matrix: diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 1037ea5..86c611d 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -8,6 +8,7 @@ addons: packages: - php5-cli - php-pear + - re2c env: matrix: -- 2.30.2