aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: e88df626cf8d7dc10d5bc107f46fef872519fdcc (plain)
1
2
3
4
5
6
7
8
9
10
language: c
sudo: false
addons:
  apt:
    packages:
      - libsqlite3-dev
before_script:
  - ./configure --with-ext="oo tree binary sqlite3" --enable-utf8 --ipv6 --disable-docs
script:
  - make test