sngrep/.travis.yml

18 lines
282 B
YAML
Raw Normal View History

2014-12-04 14:19:53 -05:00
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