diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-03-07 08:04:02 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-03-07 08:04:02 +0100 |
| commit | 5dbb97a03f50eb7e271cae5f1b3b353d534b2539 (patch) | |
| tree | ff284e90ad7e014249d268cafbaadc4df36b1ab2 | |
| parent | 35d594616515a5c4b40cb8a6dc004ddaa490bee2 (diff) | |
| download | vis-5dbb97a03f50eb7e271cae5f1b3b353d534b2539.tar.gz vis-5dbb97a03f50eb7e271cae5f1b3b353d534b2539.tar.xz | |
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
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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: |
