aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
-rw-r--r--README.md2
-rw-r--r--pom.xml2
3 files changed, 6 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 3c7b603..4ed3c09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-target
-*.iml
.idea
-dependency-reduced-pom.xml
+bitbucket-pullrequest-builder.iml
+target/
+work
diff --git a/README.md b/README.md
index d4e1099..ec61a65 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@ Bitbucket Pull Request Builder Plugin
This Jenkins plugin builds pull requests from Bitbucket.org and will report the test results.
+[![Build Status](https://travis-ci.org/nishio-dens/bitbucket-pullrequest-builder-plugin.svg?branch=master)](https://travis-ci.org/nishio-dens/bitbucket-pullrequest-builder-plugin)
+
Prerequisites
================================
diff --git a/pom.xml b/pom.xml
index 4eda429..ba7366d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
<artifactId>bitbucket-pullrequest-builder</artifactId>
<name>Bitbucket Pullrequest Builder Plugin</name>
- <version>1.4.13</version>
+ <version>1.4.15</version>
<description>This Jenkins plugin builds pull requests from Bitbucket.org and will report the test results.</description>
<packaging>hpi</packaging>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+pullrequest+builder+plugin</url>