aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: e40370fbcfe2f3a96ec642619561a24623828938 (plain)
1
2
3
4
5
6
7
8
language: cpp
before_install:
  - sudo add-apt-repository ppa:yjwong/gflags -y
  - sudo apt-get update -qq
  - sudo apt-get install -qq libgtest-dev libgflags-dev
script: ./tools/run_tests/run_tests.py -l c c++ -t -j2
notifications:
  email: false