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

script:
  - contrib/travis.sh