Skip to content

Commit

Permalink
travis: add TRE regex backend to test matrix of travis-ci linux builds
Browse files Browse the repository at this point in the history
The libtre5 package got approved / white listed for container builds in:

 travis-ci/apt-package-safelist#4023
 travis-ci/apt-package-safelist#4024
  • Loading branch information
martanne committed Mar 7, 2017
1 parent 35d5946 commit 5dbb97a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand All @@ -38,6 +41,7 @@ addons:
packages:
- 9base
- libacl1-dev
- libtre-dev

cache:
directories:
Expand Down

0 comments on commit 5dbb97a

Please sign in to comment.