Skip to content

Commit 0eff699

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 4d088de + 50de5ca commit 0eff699

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,5 @@
7373
</plugin>
7474
</plugins>
7575
</build>
76+
7677
</project>

0 commit comments

Comments
 (0)