You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/03/31 19:57:55 UTC

[2/4] cordova-plugin-camera git commit: Fix cordova-paramedic path change, build with TRAVIS_BUILD_DIR, use npm to install paramedic

Fix cordova-paramedic path change, build with TRAVIS_BUILD_DIR, use npm to install paramedic


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/7209d38f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/7209d38f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/7209d38f

Branch: refs/heads/old-ID
Commit: 7209d38fa22f6c3a0dcac603477c8c7b831f5639
Parents: 8062a00
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Mar 24 23:16:57 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Mar 24 23:16:57 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/7209d38f/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index b741964..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-camera
\ 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