Skip to content

Commit

Permalink
test modification
Browse files Browse the repository at this point in the history
  • Loading branch information
apla committed Nov 10, 2015
1 parent 3ea0dad commit 542000a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@ script:
- ../node_modules/.bin/cordova plugin add https://github.com/apla/me.apla.cordova.app-preferences
- ../node_modules/.bin/cordova prepare
- rm platforms/ios/Settings.bundle/.me.apla.apppreferences
- ! ../node_modules/.bin/cordova prepare
- (! ../node_modules/.bin/cordova prepare)
- touch platforms/ios/Settings.bundle/.me.apla.apppreferences
- ../node_modules/.bin/cordova prepare
- ../node_modules/.bin/cordova plugin rm cordova-plugin-app-preferences
- (if [ ! -d platforms/ios/Settings.bundle ]; then exit 0 ; fi)
- ../node_modules/.bin/cordova plugin add https://github.com/apla/me.apla.cordova.app-preferences
- ../node_modules/.bin/cordova prepare
- rm platforms/ios/Settings.bundle/.me.apla.apppreferences
- ../node_modules/.bin/cordova plugin rm cordova-plugin-app-preferences
- -f platforms/ios/Settings.bundle/Root.plist
- (if [ -f platforms/ios/Settings.bundle/Root.plist ]; then exit 0 ; fi)
- ../node_modules/.bin/cordova plugin add https://github.com/apla/me.apla.cordova.app-preferences
- touch platforms/ios/Settings.bundle/.me.apla.apppreferences
- ../node_modules/.bin/cordova prepare
Expand Down

0 comments on commit 542000a

Please sign in to comment.