Skip to content

Commit 002be37

Browse files
committed
Use TRAVIS_BUILD_DIR, install paramedic by npm
1 parent d9ed7d5 commit 002be37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ node_js:
66
install:
77
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
88
- cd ..
9-
- npm install -g purplecabbage/cordova-paramedic
9+
- npm install -g cordova-paramedic
1010
- npm install -g cordova
1111
- npm install -g ios-sim
1212
script:
13-
- cordova-paramedic --platform ios --plugin ../cordova-plugin-file
13+
- cordova-paramedic --platform ios --plugin ${TRAVIS_BUILD_DIR}

0 commit comments

Comments
 (0)