blob: db6a8c6757acf899dc4b2505076b98e605aab55c [file] [log] [blame]
# For Ubuntu only
language: cpp
os:
- linux
compiler:
- gcc
notifications:
email:
on_success: always
on_failure: always
before_install:
- travis_retry sudo apt-get update
install:
- travis_retry sudo apt-get install -qq libssl-dev libpcap-dev libboost1.48-all-dev libcrypto++-dev libsqlite3-dev liblog4cxx10-dev protobuf-compiler libprotobuf-dev pkg-config
script:
- ./.jenkins