Skip to content

Commit

Permalink
Added travis CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Mar 7, 2016
1 parent 5986afc commit e87642a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: java
jdk:
- openjdk6
- oraclejdk7
- oraclejdk8

# No need for preliminary install step.
install: true
#
# Run all integration tests.
script:
- "mvn --show-version --errors --batch-mode clean verify"
#
cache:
directories:
- $HOME/.m2
branches:
except:
- gh-pages
notifications:
email:
- khmarbaise@apache.org
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Plexus-Utils
============

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

The current master is now at https://github.com/codehaus-plexus/plexus-utils

0 comments on commit e87642a

Please sign in to comment.