Skip to content

Commit a93eddb

Browse files
committed
2 parents fb029e5 + 63faff0 commit a93eddb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
TitleAPI
22
=====================
33

4+
[![CircleCI](https://circleci.com/gh/ConnorLinfoot/TitleAPI/tree/master.svg?style=svg)](https://api.connorlinfoot.com/v1/ci/artifact/TitleAPI/latest/download)
5+
46
Spigot Page/More Info: http://www.spigotmc.org/resources/titleapi.1325/
57

6-
Release Notes: http://www.spigotmc.org/resources/titleapi.1325/updates
8+
Release Notes: http://www.spigotmc.org/resources/titleapi.1325/updates

circle.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
machine:
2+
java:
3+
version: oraclejdk7
4+
dependencies:
5+
pre:
6+
- java -version
7+
- mvn -version
8+
- mvn clean package install
9+
- mv target/*.jar $CIRCLE_ARTIFACTS/
10+
override:
11+
- mvn dependency:resolve

0 commit comments

Comments
 (0)