[libvirt] [PATCH 3/3] travis: Minor style tweaks

Andrea Bolognani abologna at redhat.com
Tue Jun 5 13:57:06 UTC 2018


Group related settings together and fix indentation.

Signed-off-by: Andrea Bolognani <abologna at 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




More information about the libvir-list mailing list