mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 19:57:14 +02:00
Make sure we run on trusty and add all clang versions for Travis.
This commit is contained in:
14
.travis.yml
14
.travis.yml
@ -30,28 +30,26 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- env: TOOLSET=clang-3.4
|
- env: TOOLSET=clang-3.4
|
||||||
os: linux
|
os: linux
|
||||||
dist: precise
|
|
||||||
- env: TOOLSET=clang-3.5
|
- env: TOOLSET=clang-3.5
|
||||||
os: linux
|
os: linux
|
||||||
dist: precise
|
|
||||||
- env: TOOLSET=clang-3.6
|
- env: TOOLSET=clang-3.6
|
||||||
os: linux
|
os: linux
|
||||||
dist: precise
|
- env: TOOLSET=clang-3.7
|
||||||
|
os: linux
|
||||||
|
- env: TOOLSET=clang-3.8
|
||||||
|
os: linux
|
||||||
|
- env: TOOLSET=clang-3.9
|
||||||
|
os: linux
|
||||||
- env: TOOLSET=gcc-4.7
|
- env: TOOLSET=gcc-4.7
|
||||||
os: linux
|
os: linux
|
||||||
dist: precise
|
|
||||||
- env: TOOLSET=gcc-4.8
|
- env: TOOLSET=gcc-4.8
|
||||||
os: linux
|
os: linux
|
||||||
dist: precise
|
|
||||||
- env: TOOLSET=gcc-4.9
|
- env: TOOLSET=gcc-4.9
|
||||||
os: linux
|
os: linux
|
||||||
dist: precise
|
|
||||||
- env: TOOLSET=gcc-5
|
- env: TOOLSET=gcc-5
|
||||||
os: linux
|
os: linux
|
||||||
dist: precise
|
|
||||||
- env: TOOLSET=gcc-6
|
- env: TOOLSET=gcc-6
|
||||||
os: linux
|
os: linux
|
||||||
dist: precise
|
|
||||||
- env: TOOLSET=xcode-6.1
|
- env: TOOLSET=xcode-6.1
|
||||||
os: osx
|
os: osx
|
||||||
- env: TOOLSET=xcode-6.2
|
- env: TOOLSET=xcode-6.2
|
||||||
|
Reference in New Issue
Block a user