From 5dbb97a03f50eb7e271cae5f1b3b353d534b2539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 7 Mar 2017 08:04:02 +0100 Subject: travis: add TRE regex backend to test matrix of travis-ci linux builds The libtre5 package got approved / white listed for container builds in: travis-ci/apt-package-whitelist#4023 travis-ci/apt-package-whitelist#4024 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 54f3ac8..1c9843f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,9 @@ matrix: - os: linux compiler: gcc env: TARGET= CONFIG=--disable-lua + - os: linux + compiler: gcc + env: TARGET= CONFIG=--disable-tre - os: osx compiler: clang env: TARGET= @@ -38,6 +41,7 @@ addons: packages: - 9base - libacl1-dev + - libtre-dev cache: directories: -- cgit v1.2.3