sngrep/.travis.yml
2014-12-04 20:19:53 +01:00

18 lines
282 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:
- ./configure
- make
branches:
only:
- master