Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apla committed Nov 9, 2015
1 parent 0e135e5 commit db1f5ea
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ node_js:
- "0.10"
install:
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- cd ..
- npm install -g cordova
- npm install -g purplecabbage/cordova-paramedic
- npm install -g ios-sim
- npm install
- npm link
- cordova create app-preferences-app
- cd app-preferences-app
- cordova platform add ios android
- cordova plugin add https://github.com/apla/me.apla.cordova.app-preferences
- cordova prepare
script:
- cordova-paramedic --platform ios --plugin ../me.apla.cordova.app-preferences
- cordova-paramedic --platform ios --plugin plugins/me.apla.cordova.app-preferences

0 comments on commit db1f5ea

Please sign in to comment.