reorder travis builds in order of increasing exp. length
This helps to make more travis builds finish more quickly when many are run at once.
This commit is contained in:
parent
bf510761d1
commit
1a6b28b990
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
language: cpp
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
- clang
|
||||
env:
|
||||
- STRICT_COMPILATION=True
|
||||
- STRICT_COMPILATION=False
|
||||
|
|
Loading…
Add table
Reference in a new issue