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/05/03 17:47:25 UTC

[cordova-test-platform] branch janpio-ci updated: fix last line

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

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


The following commit(s) were added to refs/heads/janpio-ci by this push:
     new e3778dd  fix last line
e3778dd is described below

commit e3778dd2e1e2859975ab8030ffe98c55401e3cb0
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri May 3 19:47:15 2019 +0200

    fix last line
---
 .travis.yml  | 2 +-
 appveyor.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9d2673f..a25db0e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,4 +17,4 @@ before_script:
   # Ensure that bin script actually runs on used Node.js version
   # to detect and avoid bugs such as apache/cordova-cli#339
   # (<https://github.com/apache/cordova-cli/issues/339>)
-- ./bin/cordova --version
\ No newline at end of file
+  - ./bin/cordova --version
diff --git a/appveyor.yml b/appveyor.yml
index ad6fb42..f601739 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,4 +22,4 @@ test_script:
   - set "PATH=%PATH%;C:\Program Files\Git\mingw64\libexec\git-core"
   - node --version
   - npm --version
-- npm test
\ No newline at end of file
+  - npm test


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