blob: db6a8c6757acf899dc4b2505076b98e605aab55c [file] [log] [blame]
Alexander Afanasyev41ea9182014-11-20 19:24:55 -08001# For Ubuntu only
2language: cpp
3os:
4 - linux
5compiler:
6 - gcc
7notifications:
8 email:
9 on_success: always
10 on_failure: always
11before_install:
12 - travis_retry sudo apt-get update
13install:
14 - 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
15script:
16 - ./.jenkins