X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/a5c6d66ac802a036005d556162af05f0fd426c7e..f5d60bb5cdba54cfeb56ab4636eaa1fa2b761995:/.travis.yml diff --git a/.travis.yml b/.travis.yml index eb5d0d43..df5cfa31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,25 +18,25 @@ matrix: compiler: gcc-7 addons: apt: - packages: ['gcc-7', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo'] + packages: ['gcc-7', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo', 'libhyperscan-dev'] - os: linux compiler: gcc-8 addons: apt: - packages: ['gcc-8', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo'] + packages: ['gcc-8', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo', 'libhyperscan-dev'] - os: linux compiler: clang-7 addons: apt: - packages: ['clang-7', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo'] + packages: ['clang-7', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo', 'libhyperscan-dev'] - os: linux compiler: clang-8 addons: apt: - packages: ['clang-8', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo'] + packages: ['clang-8', 'automake', 'autoconf', 'libtool', 'shtool', 'libsqlite3-dev', 'python-sphinx', 'texinfo', 'libhyperscan-dev'] - os: osx osx_image: xcode7.3