improved travis' config

This commit is contained in:
filux
2016-06-03 18:12:59 +02:00
parent 1621e563da
commit e92528141b
2 changed files with 6 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ compiler:
env:
- GCC_VERSION="6"
- GCC_VERSION="5"
- GCC_VERSION="native"
- LLVM_VERSION="3.7"
- LLVM_VERSION="native"
@@ -25,6 +26,8 @@ matrix:
env: LLVM_VERSION="native"
- compiler: clang
env: GCC_VERSION="6"
- compiler: clang
env: GCC_VERSION="5"
- compiler: clang
env: GCC_VERSION="native"
- os: linux
@@ -38,6 +41,8 @@ matrix:
allow_failures:
- os: linux
env: LLVM_VERSION="3.7" # "APT mirror was temporary switched off ..."
- os: linux
env: GCC_VERSION="6"
# - os: osx
git: