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:21:58 UTC

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

Repository: cordova-plugin-battery-status
Updated Branches:
  refs/heads/master 5d98ddabe -> 09dc325f2


Use TRAVIS_BUILD_DIR, install paramedic by npm


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/09dc325f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/09dc325f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/09dc325f

Branch: refs/heads/master
Commit: 09dc325f25f04a9eb9a9a3dfdfd7e24c45f870ae
Parents: 5d98dda
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Mar 24 23:21:47 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Mar 24 23:21:47 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/09dc325f/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 4bffcfe..fa7ae7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +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-battery-status
\ 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