Loading .travis.yml +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 Loading
.travis.yml +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