You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2015/03/25 07:24:56 UTC

cordova-plugin-console git commit: Use TRAVIS_BUILD_DIR, install paramedic by npm

Repository: cordova-plugin-console
Updated Branches:
  refs/heads/master ebac06dc8 -> 0f6b3df8e


Use TRAVIS_BUILD_DIR, install paramedic by npm


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/0f6b3df8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/0f6b3df8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/0f6b3df8

Branch: refs/heads/master
Commit: 0f6b3df8e5d6a2c1090b165eaf7b63dcca55c145
Parents: ebac06d
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Mar 24 23:24:50 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Mar 24 23:24:50 2015 -0700

----------------------------------------------------------------------
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/0f6b3df8/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 8f55196..fa7ae7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,9 +6,8 @@ node_js:
 install:
   - echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config 
   - cd ..
-  - npm install -g purplecabbage/cordova-paramedic
+  - npm install -g cordova-paramedic
   - npm install -g cordova
   - npm install -g ios-sim
 script:
-  - cordova-paramedic --platform ios --plugin ../cordova-plugin-console
-  
\ No newline at end of file
+  - cordova-paramedic --platform ios --plugin ${TRAVIS_BUILD_DIR}


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