summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: c8740e2677a9b8424422ce3c25a75daf41fd9e02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
compiler:
  - clang
  - gcc
dist: xenial
env:
    - CXXFLAGS=-std=gnu++98
    - CXXFLAGS=-std=c++14
language: cpp
notifications:
  email: false
script:
  - sh ./tools/travis-ci.sh
sudo: required