Skip to content

Commit

Permalink
Added Travis support
Browse files Browse the repository at this point in the history
Added MBHD staging repo reference
  • Loading branch information
gary-rowe committed Apr 11, 2014
1 parent 9c725dd commit 59bd55e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: java
jdk:
- oraclejdk7
- openjdk7
42 changes: 42 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,48 @@
<description>A BRIT server using Dropwizard</description>
<inceptionYear>2014</inceptionYear>

<!-- Developer list -->
<developers>
<developer>
<name>Gary Rowe</name>
<email>[email protected]</email>
<timezone>0</timezone>
</developer>
</developers>

<!-- MIT license -->
<licenses>
<license>
<name>MIT</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>

<!-- GitHub for source code management -->
<scm>
<connection>scm:git:git://github.com/bitcoin-solutions/brit-server.git</connection>
<developerConnection>scm:git:[email protected]:bitcoin-solutions/brit-server.git</developerConnection>
<url>http://github.com/bitcoin-solutions/brit-server/</url>
<tag>develop-SNAPSHOT</tag>
</scm>

<!-- GitHub for issue management -->
<issueManagement>
<system>github</system>
<url>http://github.com/bitcoin-solutions/brit-server/issues#issue/</url>
</issueManagement>

<repositories>
<!-- Define the MultiBit staging repository for snapshots -->
<repository>
<id>mbhd-maven</id>
<url>https://raw.githubusercontent.com/bitcoin-solutions/mbhd-maven/master/snapshots</url>
<snapshots/>
</repository>
</repositories>

<!-- Set the version levels for linked dependencies -->
<properties>
<dropwizard.version>0.6.2</dropwizard.version>
Expand Down

0 comments on commit 59bd55e

Please sign in to comment.