Commit e0d3876c authored by Robert David Graham's avatar Robert David Graham
Browse files

travis2

parent 2de25567
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
# This is a build/test script for "travis-ci", a continuous
# integration website that will build and test this project
# every time something is submitted, and send me email if
# the test breaks
language: c
compiler:
  - gcc
  - clang
# Change this to your needs
before_install:
  - sudo apt-get install -y libpcap-dev
script: make && make test