summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 03655eb9afe2ccf206f489901fde91527e03f5da (plain)
1
2
3
4
5
6
7
8
language: c
compiler:
  - clang
  - gcc
script: ./bootstrap.sh && ./configure && make && make check
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq libpcap-dev libnet1-dev check libsubunit-dev