aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7934da1..2380142 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,13 @@ addons:
homebrew:
packages:
- zstd lzo lz4 xz zlib bzip2 readline
+ pkg:
+ packages:
+ - zstd
+ - lzo2
+ - liblz4
+ - bzip2
+ - readline
script:
- ./autogen.sh
@@ -91,3 +98,10 @@ matrix:
compiler: gcc
env:
- CONFIG_OPTS="--with-pthread"
+
+ # FreeBSD
+ - name: FreeBSD
+ os: freebsd
+ compiler: clang
+ env:
+ - CONFIG_OPTS="--with-pthread"