summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6318025264161fb6087d974fd0b5b75a49a4587f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
compiler:
  - "clang"
  - "gcc"
language: "cpp"
notifications:
  email: false
os:
  - "linux"
  - "osx"
script:
  - "sh ./tools/travis-ci.sh"
sudo: required