Skip to content

Commit

Permalink
Add clang++-libc++, g++ 4.4, g++ 4.6 to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jan 16, 2018
1 parent 24a2cc6 commit 0ac815e
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2016, 2017 Peter Dimov
# Copyright 2016, 2017, 2018 Peter Dimov
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)

Expand All @@ -25,6 +25,26 @@ matrix:
- os: linux
env: TOOLSET=gcc COMPILER=g++ CXXSTD=03,11

- os: linux
compiler: g++-4.4
env: TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x
addons:
apt:
packages:
- g++-4.4
sources:
- ubuntu-toolchain-r-test

- os: linux
compiler: g++-4.6
env: TOOLSET=gcc COMPILER=g++-4.6 CXXSTD=03,0x
addons:
apt:
packages:
- g++-4.6
sources:
- ubuntu-toolchain-r-test

- os: linux
env: TOOLSET=gcc COMPILER=g++-4.7 CXXSTD=03,11
addons:
Expand Down Expand Up @@ -163,6 +183,14 @@ matrix:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-5.0

- os: linux
compiler: clang++-libc++
env: TOOLSET=clang COMPILER=clang++-libc++ CXXSTD=03,11,14,1z
addons:
apt:
packages:
- libc++-dev

- os: osx
env: TOOLSET=clang COMPILER=clang++ CXXSTD=03,11,14,1z
osx_image: xcode9.1
Expand Down

0 comments on commit 0ac815e

Please sign in to comment.