small tweaks to .travis.yml
Make the alternate build appear after the normal build, slightly improves readability in the travis log. Also add some line breaks between different sections.
This commit is contained in:
parent
51aeb482a6
commit
b70068e8dd
1 changed files with 4 additions and 1 deletions
|
@ -1,10 +1,13 @@
|
|||
language: cpp
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
env:
|
||||
- ALTERNATE_CONFIGURATION=true
|
||||
- ALTERNATE_CONFIGURATION=false
|
||||
- ALTERNATE_CONFIGURATION=true
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- compiler: gcc
|
||||
|
|
Loading…
Add table
Reference in a new issue