Skip to content

Commit

Permalink
added travis-ci configuration file; updated README to include CI badg…
Browse files Browse the repository at this point in the history
…e; updated gradle build configuration to disallow signing unless archiving
  • Loading branch information
mike-rogers committed Feb 13, 2015
1 parent f684dcd commit d0625e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: java
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
1 change: 1 addition & 0 deletions README.md
@@ -1,6 +1,7 @@
WireMock - a web service test double for all occasions
======================================================

[![Build Status](https://travis-ci.org/tomakehurst/wiremock.svg?branch=master)](https://travis-ci.org/tomakehurst/wiremock)

Key Features
------------
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -157,6 +157,7 @@ artifacts {
}

signing {
required { !version.toString().contains("SNAPSHOT") && gradle.taskGraph.hasTask("uploadArchives") }
sign configurations.archives
}

Expand Down

0 comments on commit d0625e8

Please sign in to comment.