Skip to content

Commit e2e6522

Browse files
committed
add travis configuration
1 parent 8ccb8a9 commit e2e6522

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

+16
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+

0 commit comments

Comments
 (0)