summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f5c1fff540ae41ce3def149ad2ddb03092fc8d0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
compiler:
  - clang
  - gcc
dist: trusty
env:
  - TEST_BUILD_DYNAMIC=1
  - TEST_BUILD_STATIC=1
language: cpp
notifications:
  email: false
script:
  - sh ./tools/travis-ci.sh
sudo: required