You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/06/19 01:37:34 UTC

[cordova-common] branch master updated: .travis.yml add spacing

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

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-common.git


The following commit(s) were added to refs/heads/master by this push:
     new c104401  .travis.yml add spacing
c104401 is described below

commit c10440111a9b471612d0a8679c1cd530ce7a0616
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Mon Jun 18 21:17:29 2018 -0400

    .travis.yml add spacing
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 25b631d..ec4c0ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,16 +1,21 @@
 language: node_js
 sudo: false
+
 git:
   depth: 10
+
 node_js:
   - "6"
   - "8"
   - "10"
+
 install:
   - npm install
   - npm install -g codecov
+
 script:
   - npm test
   - npm run cover
+
 after_script:
   - codecov


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