Add badges for paramedic builds on Jenkins
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/c6ef1c3a Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/c6ef1c3a Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/c6ef1c3a Branch: refs/heads/2.1.x Commit: c6ef1c3a59768a171707766fd55f24dccdb735f7 Parents: 96b5188 Author: Vladimir Kotikov <[email protected]> Authored: Fri Jun 10 12:15:35 2016 +0300 Committer: Vladimir Kotikov <[email protected]> Committed: Fri Jun 10 12:15:35 2016 +0300 ---------------------------------------------------------------------- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/c6ef1c3a/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 7e32b6d..45de277 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ description: Vibrate the device. # under the License. --> -[](https://travis-ci.org/apache/cordova-plugin-vibration) +|Android|iOS| Windows 8.1 Store | Windows 8.1 Phone | Windows 10 Store | Travis CI | +|:-:|:-:|:-:|:-:|:-:|:-:| +|[](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-vibration/)|[](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-vibration/)|[](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-vibration/)|[](http://cordova-ci.cloudapp.net:8080/job/ cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-vibration/)|[](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-vibration/)|[](https://travis-ci.org/apache/cordova-plugin-vibration)| # cordova-plugin-vibration @@ -100,7 +102,7 @@ or ###Vibrate with a pattern (Android and Windows only) Vibrates the device with a given pattern - navigator.vibrate(pattern); + navigator.vibrate(pattern); - __pattern__: Sequence of durations (in milliseconds) for which to turn on or off the vibrator. _(Array of Numbers)_ @@ -181,4 +183,4 @@ Immediately cancels any currently running vibration. navigator.notification.cancelVibration() -*Note - due to alignment with w3c spec, the starred methods will be phased out \ No newline at end of file +*Note - due to alignment with w3c spec, the starred methods will be phased out --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
