Skip to content

Commit f0d4d25

Browse files
committed
Added .travis.yml configuration
Added shields to README.md
1 parent f279107 commit f0d4d25

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.travis.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
language: java
2+
jdk:
3+
- openjdk6
4+
- oraclejdk7
5+
- oraclejdk8
6+
7+
# No need for preliminary install step.
8+
install: true
9+
#
10+
# Run all integration tests.
11+
script:
12+
- "mvn --show-version --errors --batch-mode clean verify"
13+
#
14+
cache:
15+
directories:
16+
- $HOME/.m2
17+
branches:
18+
except:
19+
- gh-pages
20+
notifications:
21+
email:
22+

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
Plexus-archiver
22
===============
33

4+
[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/codehaus-plexus/plexus-archiver.svg?label=License)](http://www.apache.org/licenses/)
5+
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus-archiver.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.codehaus.plexus%22%20a%3A%22plexus-archiver%22)
6+
[![Build Status](https://travis-ci.org/codehaus-plexus/plexus-archiver.svg?branch=master)](https://travis-ci.org/codehaus-plexus/plexus-archiver)
7+
48
The current master is now at https://github.com/codehaus-plexus/plexus-archiver

0 commit comments

Comments
 (0)