summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4bce211f7af5ddcd455edeb1f2be6e686b7ba89a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: cpp
compiler:
  - gcc
  - clang
env:
  - WINDOWS=32
  - WINDOWS=64
  - WINDOWS=no
before_install: ./util/travis/before_install.sh
script: ./util/travis/script.sh
notifications:
  email: false
matrix:
  fast_finish: true
  exclude:
    - env: WINDOWS=32
      compiler: clang
    - env: WINDOWS=64
      compiler: clang