aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4f6b549e4415c7baf210faad49a7d00998347abd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: c

compiler:
  - clang
  - gcc

install: 
  - sudo apt-get update || true
  - sudo apt-get install build-essential
  - sudo apt-get install libpcap-dev libtool autoconf automake autogen

before_script:
  - ./autogen.sh

script:
  - ./configure
  - make