You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/03/29 15:22:21 UTC

[cordova-paramedic] branch janpio-improve_ci_android updated: fix indentation

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-improve_ci_android
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


The following commit(s) were added to refs/heads/janpio-improve_ci_android by this push:
     new b63f5d5  fix indentation
b63f5d5 is described below

commit b63f5d5fd9b20fb725ac4e36a6671001bddaaea7
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Mar 29 16:22:17 2019 +0100

    fix indentation
---
 .travis.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ff2cc4b..45461cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,14 +15,14 @@ node_js: 6
 
 matrix:
   include:
-  - env: PLATFORM=local
-    os: osx
-    osx_image: xcode9
-  - env: PLATFORM=browser-chrome
-    os: linux
-  - env: PLATFORM=ios-10.0
-    os: osx
-    osx_image: xcode9
+    - env: PLATFORM=local
+      os: osx
+      osx_image: xcode9
+    - env: PLATFORM=browser-chrome
+      os: linux
+    - env: PLATFORM=ios-10.0
+      os: osx
+      osx_image: xcode9
     - env: PLATFORM=android-4.4
       os: linux
       language: android


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org