summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 6cb1b5c9c61f41311b70186f4c28ae6807392901 (plain)
1
2
3
4
5
6
7
language: cpp
compiler:
  - gcc
  - clang
before_install:
  - sudo apt-get update -qq
script: ./bootstrap.py && ./configure.py && ./ninja ninja_test && ./ninja_test --gtest_filter=-SubprocessTest.SetWithLots