=== oEmbed Travis === Contributors: kamataryo, miyauchi Tags: url, link, embed, post, Travis, Travis CI Requires at least: 4.0 Tested up to: 4.6.1 Stable tag: 0.3.8 *oEmbed Travis* embeds your build logs on Travis CI into WordPress easily. == Description == * Embed your build logs on Travis CI into WordPress easily. * You simply have to paste the URL of your Travis CI build logs. * You can embed a specific build history from Travis CI. = Summary = You can embed your build logs from Travis CI by simply pasting the URL like below. * https://travis-ci.org/user/repo/jobs/12345 * https://travis-ci.org/user/repo/builds/12345 * https://travis-ci.org/user/repo/jobs/12345#L123 * https://travis-ci.org/user/repo/builds/12345#L123 = Support = * [GitHub](https://github.com/KamataRyo/oembed-travis) * [Support](https://wordpress.org/support/plugin/oembed-travis) == Installation == * A plugin installation screen is displayed on the WordPress admin panel. * It installs it in `wp-content/plugins`. * The plugin is made effective. == Screenshots == 1. Copy the URL for one of the job from travis-ci.org. 2. Or copy build URL from travis-ci.org, for single job without matrix. 3. You simply paste URL into WordPress. 4. It just appears on the post! == Changelog == = 0.3.8 = * test for later WordPress = 0.3.7 = * Apply composer = 0.3.6 = * Update style = 0.2.6 = * Update style = 0.2.5 = * bug and style fix = 0.2.4 = * bug fix = 0.2.3 = * The first release.