summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: aec9d7fab8cea1828c511c2699f2013385aedf0c (plain)
1
2
3
4
5
6
7
8
language: cpp
compiler:
  - gcc
  - clang
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install libgtest-dev
script: ./bootstrap.py && ./configure.py --with-gtest=/usr/src/gtest && ./ninja ninja_test && ./ninja_test