summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: a3e1dbcc72e17516099f268c478d147c37fa76ab (plain)
1
2
3
4
5
6
7
8
9
10
language: c
sudo: false
addons:
  apt:
    packages:
      - libsqlite3-dev
before_script:
  - ./configure --full --with-ext="sqlite3 zlib" --disable-docs
script:
  - make test