blob: 3ad69cd9422058f43486bd637a3158ef3b0f6585 [file] [log] [blame]
Yingdi Yu1cc45d92015-02-09 14:19:54 -08001# For Ubuntu platform only
2
3language: cpp
4os:
5 - linux
6compiler:
7 - gcc
8notifications:
9 email:
10 on_success: always
11 on_failure: always
12before_install:
13 - travis_retry sudo apt-get update
14 - travis_retry sudo apt-get install -qq libssl-dev libprotobuf-dev protobuf-compiler libboost1.48-all-dev libcrypto++-dev libsqlite3-dev
15script:
16 - ./.jenkins