Skip to content

Commit e87642a

Browse files
committed
Added travis CI configuration.
1 parent 5986afc commit e87642a

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
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+
- khmarbaise@apache.org

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
Plexus-Utils
22
============
33

4+
[![Build Status](https://travis-ci.org/codehaus-plexus/plexus-utils.svg?branch=master)](https://travis-ci.org/codehaus-plexus/plexus-utils)
5+
46
The current master is now at https://github.com/codehaus-plexus/plexus-utils

0 commit comments

Comments
 (0)