blob: 63e80e50eadc4f1bd5dc4e8205fa5cac2c1cf298 [file] [log] [blame]
Yingdi Yu906c2ea2014-10-31 11:24:50 -07001# For Ubuntu platform 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
13 - travis_retry sudo apt-get install -qq libssl-dev libprotobuf-dev protobuf-compiler libboost1.48-all-dev libcrypto++-dev libsqlite3-dev
14script:
15 - ./.jenkins