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/07 11:53:40 UTC

[cordova-paramedic] branch janpio-iterate_CI created (now 77850b9)

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

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


      at 77850b9  nicer

This branch includes the following new commits:

     new 77850b9  nicer

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-paramedic] 01/01: nicer

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 77850b9a000c95eb4b9237cb3edd9cc6a7d14c92
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue May 7 13:53:33 2019 +0200

    nicer
---
 .travis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 0e3a12a..3f73efe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -82,5 +82,9 @@ before_install:
 install:
   - npm install
 
+before_script:
+  - PARAMEDIC_BUILDNAME=travis-plugin-splashscreen-$TRAVIS_JOB_NUMBER
+  
 script:
-  - node main.js --config ./pr/$PLATFORM --plugin ./spec/testable-plugin/ --buildName travis-paramedic-$TRAVIS_JOB_NUMBER;
+  - npm run eslint
+  - node main.js --config ./pr/$PLATFORM --plugin ./spec/testable-plugin/ --buildName $PARAMEDIC_BUILDNAME


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