Group related settings together and fix indentation.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
.travis.yml | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 91838e3651..a72a6c6c42 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,16 +1,15 @@
+os: osx
sudo: false
-language: c
-cache: ccache
-
-branches:
- except:
- - /^.*-maint$/
-os: osx
+language: c
compiler: clang
+cache: ccache
git:
submodules: true
+branches:
+ except:
+ - /^.*-maint$/
env:
global:
--
2.17.1