From a34dbef195a281e9c29f67fd8bdc92f843d97ae7 Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Sat, 21 Oct 2017 21:43:52 +0100 Subject: [PATCH] More travis compilers --- .travis.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index abb5868..cc4bb2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,29 +11,44 @@ addons: - cmake-data - cmake - libc++-dev - - g++-5 matrix: include: - compiler: gcc + addons: + apt: + packages: + - g++-5 env: COMPILER=g++-5 + - compiler: gcc + addons: + apt: + packages: + - g++-4.9 + env: COMPILER=g++-4.9 - compiler: clang addons: apt: sources: - llvm-toolchain-precise-3.6 + packages: + - clang++-3.6 env: COMPILER=clang++-3.6 - compiler: clang addons: apt: sources: - llvm-toolchain-precise-3.7 + packages: + - clang++-3.7 env: COMPILER=clang++-3.7 - compiler: clang addons: apt: sources: - llvm-toolchain-precise-3.8 + packages: + - clang++-3.8 env: COMPILER=clang++-3.8 - compiler: clang addons: @@ -41,6 +56,8 @@ matrix: sources: - sourceline: "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.9 main" key_url: "http://apt.llvm.org/llvm-snapshot.gpg.key" + packages: + - clang++-3.9 env: COMPILER=clang++-3.9