aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 13d630cd55956062e53546387afb463c501a5e6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: c
os:
  - linux
sudo: required
addons:
  apt:
    packages:
      - autoconf
      - automake
      - make
      - gcc
      - debhelper
      - devscripts
      - libtool
      - build-essential
      - pkg-config
      - libtalloc-dev
      - libpcsclite-dev
      - libpcap-dev

script:
  - contrib/travis.sh