mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Reduce Travis jobs
This commit is contained in:
parent
9a4490056d
commit
c32bab581a
1 changed files with 2 additions and 8 deletions
10
.travis.yml
10
.travis.yml
|
@ -49,16 +49,10 @@ matrix:
|
|||
- env: SCRIPT=ci_boost_status
|
||||
|
||||
# Run 'quick' tests.
|
||||
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=gcc
|
||||
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=gcc CXXSTD=03,11
|
||||
compiler: g++
|
||||
|
||||
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=gcc CXXSTD=11
|
||||
compiler: g++
|
||||
|
||||
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang
|
||||
compiler: clang++
|
||||
|
||||
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang CXXSTD=11
|
||||
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang CXXSTD=03,11
|
||||
compiler: clang++
|
||||
|
||||
# Run tests for the library updated by this commit.
|
||||
|
|
Loading…
Add table
Reference in a new issue