summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e112de4a8bbda02a2c0162d3cbf26d5a2b041db0 (plain)
1
2
3
4
5
6
7
language: cpp
dist: xenial
script:
  - ./bootstrap.sh
  - ./configure
  - make
  - cd tests && make check