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.
2 parents 4d088de + 50de5ca commit 0eff699Copy full SHA for 0eff699
.travis.yml
@@ -0,0 +1,16 @@
1
+language: java
2
+jdk:
3
+ - oraclejdk7
4
+ - oraclejdk8
5
+
6
+script: "mvn --show-version --errors --batch-mode -Prun-its clean verify"
7
8
+cache:
9
+ directories:
10
+ - $HOME/.m2
11
+branches:
12
+ except:
13
+ - gh-pages
14
+notifications:
15
+ email:
16
+ - olamy@apache.org
pom.xml
@@ -73,4 +73,5 @@
73
</plugin>
74
</plugins>
75
</build>
76
77
</project>
0 commit comments