0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 19:28:52 +02:00

travis: Get newer GCC packages to support the clang-3.8 build.

This commit is contained in:
Jason Volk 2016-08-11 19:40:22 -07:00
parent 7ecb061e69
commit 5b85e8976b

View file

@ -75,22 +75,24 @@ matrix:
- CCOMPILER=clang-3.6 - CCOMPILER=clang-3.6
- CXXCOMPILER=clang++-3.6 - CXXCOMPILER=clang++-3.6
# - os: linux - os: linux
# dist: xenial dist: trusty
# group: unstable group: unstable
# sudo: required sudo: required
# compiler: clang-3.8 compiler: clang-3.8
# addons: addons:
# apt: apt:
# sources: sources:
# - ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
# - llvm-toolchain-xenial-3.8 - llvm-toolchain-trusty-3.8
# packages: packages:
# - clang-3.8 - clang-3.8
# - ['automake', 'autoconf', 'autoconf-archive', 'libtool', 'shtool', 'libsqlite3-dev'] - gcc-4.9
# env: - g++-4.9
# - CCOMPILER=clang-3.8 - ['automake', 'autoconf', 'autoconf-archive', 'libtool', 'shtool', 'libsqlite3-dev']
# - CXXCOMPILER=clang++-3.8 env:
- CCOMPILER=clang-3.8
- CXXCOMPILER=clang++-3.8
- os: osx - os: osx
compiler: clang compiler: clang