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:
Chris Beck 2014-07-08 19:38:47 -04:00
parent 51aeb482a6
commit b70068e8dd

View file

@ -1,10 +1,13 @@
language: cpp
compiler:
- gcc
- clang
env:
- ALTERNATE_CONFIGURATION=true
- ALTERNATE_CONFIGURATION=false
- ALTERNATE_CONFIGURATION=true
matrix:
exclude:
- compiler: gcc