summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: e887d02a98b9055cdd39f33818678bd63ee75438 (plain)
1
2
3
4
5
6
7
8
9
10
compiler:
  - clang
  - gcc
dist: xenial
language: cpp
notifications:
  email: false
script:
  - sh ./tools/travis-ci.sh
sudo: required