Travis - clang-6.0 package and compiler.

This commit is contained in:
Alek Mosingiewicz 2018-08-16 21:53:36 +02:00
parent 32a12c870b
commit 7e04826123

View File

@ -5,9 +5,11 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-6.0
packages:
- g++-7
- g++-8
- clang-6.0
coverity_scan:
project:
name: "ChaiScript/ChaiScript"
@ -38,7 +40,7 @@ matrix:
- os: osx
compiler: clang
osx_image: xcode9.4
env: COMPILER="clang-5.0"
env: COMPILER="clang-6.0"
- os: osx
compiler: clang
osx_image: xcode9.4