aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: d01045203b05ab5dc0963f747875cc49f26de940 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: c
sudo: false
addons:
  apt:
    packages:
      - libsqlite3-dev
before_script:
  - ./configure --maintainer --full --allextmod --disable-docs
script:
  - make test
  - ./test-bootstrap-jim