Skip to content

Commit

Permalink
Use TRAVIS_BUILD_DIR, install paramedic by npm
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Mar 25, 2015
1 parent a8c5507 commit 8023cd4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-network-information

- cordova-paramedic --platform ios --plugin ${TRAVIS_BUILD_DIR}

0 comments on commit 8023cd4

Please sign in to comment.