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