travis' configuration test2

This commit is contained in:
filux 2016-07-17 17:55:27 +02:00
parent 9f301daa1c
commit b0721342cd
2 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,7 @@ if [ "$Compiler_version" != "" ] && [ "$Compiler_version" != "default" ]; then
if [ "$Compiler_name" = "gcc" ]; then
sudo apt-get install -qq gcc-${Compiler_version} g++-${Compiler_version}
elif [ "$Compiler_name" = "clang" ]; then
sudo apt-get install -qq clang-${Compiler_version}
sudo apt-get --allow-unauthenticated install -qq --force-yes clang-${Compiler_version}
fi
fi

View File

@ -8,6 +8,7 @@ matrix:
- os: linux
compiler: gcc
env: Tr_Compiler_Version="6"
dist: trusty
# https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test
- os: linux
compiler: gcc
@ -26,7 +27,7 @@ matrix:
#compiler: clang
#env: Tr_Compiler_Version="default" # broken compiler
- os: osx
osx_image: xcode8
osx_image: xcode7.3
env: Tr_Xcode_Version="8"
# https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version
- os: osx