sngrep/.travis.yml

19 lines
303 B
YAML

language: c
compiler:
- clang
- gcc
notifications:
recipients:
- kaian@irontec.com
before_script:
- sudo apt-get update
install:
- sudo apt-get install -y libncurses5-dev libpcap-dev libssl-dev
script:
- ./bootstrap.sh
- ./configure
- make
branches:
only:
- master