We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5986afc commit e87642aCopy full SHA for e87642a
.travis.yml
@@ -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
@@ -1,4 +1,6 @@
Plexus-Utils
============
+[](https://travis-ci.org/codehaus-plexus/plexus-utils)
The current master is now at https://github.com/codehaus-plexus/plexus-utils
0 commit comments