Skip to content

Commit e9ada86

Browse files
grooverdansvoj
authored andcommitted
Travis: add lib{stemmer,xml2,pcre3}-dev
1 parent 44e7995 commit e9ada86

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ addons:
2727
- libjudy-dev
2828
- libncurses5-dev
2929
- libpam0g-dev
30+
- libpcre3-dev
3031
- libreadline-gplv2-dev
32+
- libstemmer-dev
3133
- libssl-dev
3234
- libnuma-dev
35+
- libxml2-dev
3336
- lsb-release
3437
- perl
3538
- po-debconf
@@ -39,6 +42,11 @@ addons:
3942
- libjemalloc-dev
4043
- devscripts # implicit for any build on Ubuntu
4144

45+
# libsnappy-dev # https://github.com/travis-ci/apt-package-whitelist/issues/3880
46+
# liblzma-dev # https://github.com/travis-ci/apt-package-whitelist/issues/3879
47+
# libzmq-dev # https://github.com/travis-ci/apt-package-whitelist/issues/3881
48+
# libsystemd-daemon-dev # https://github.com/travis-ci/apt-package-whitelist/issues/3882
49+
4250
script:
4351
- ${CC} --version ; ${CXX} --version
4452
- cd "${TRAVIS_BUILD_DIR}"

0 commit comments

Comments
 (0)