travis test, 5

This commit is contained in:
filux 2015-12-27 13:57:01 +01:00
parent 03303598bb
commit 7b6baab8b7
1 changed files with 22 additions and 7 deletions

View File

@ -3,21 +3,36 @@ language: cpp
sudo: required
os:
- linux
- osx
compiler:
- gcc
- clang
env:
- GCC_VERSION="5" LLVM_VERSION="3.7"
- GCC_VERSION="native" LLVM_VERSION="native"
- GCC_VERSION="5"
- GCC_VERSION="native"
- LLVM_VERSION="3.7"
- LLVM_VERSION="native"
matrix:
#include:
# - compiler: gcc
# - compiler: clang
allow_failures:
exclude:
- compiler: gcc
env: LLVM_VERSION="3.7"
- compiler: gcc
env: LLVM_VERSION="native"
- compiler: clang
#- env: LLVM_VERSION=3.5
env: GCC_VERSION="5"
- compiler: clang
env: GCC_VERSION="native"
- compiler: clang
env: LLVM_VERSION="native" # broken compiler
- os: osx
compiler: gcc # broken compiler
- os: osx
compiler: clang # missing configuration here
git:
submodules: false