drop concurrent jobs
This commit is contained in:
parent
d591600c04
commit
01ee96e089
1 changed files with 3 additions and 3 deletions
|
@ -9,13 +9,13 @@ matrix:
|
|||
include:
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env: JOBS=12 COVERAGE=true
|
||||
env: JOBS=8 COVERAGE=true
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env: JOBS=12
|
||||
env: JOBS=8
|
||||
- os: linux
|
||||
compiler: clang
|
||||
env: JOBS=12
|
||||
env: JOBS=8
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
env: JOBS=6
|
||||
|
|
Loading…
Reference in a new issue