Skip to content

Commit fea2909

Browse files
committed
Added .travis.yml.
1 parent d32b97d commit fea2909

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
language: java
2+
jdk:
3+
- openjdk7
4+
- oraclejdk8
5+
6+
# No need for preliminary install step.
7+
install: true
8+
#
9+
# Run all integration tests.
10+
script:
11+
- "mvn --show-version --errors --batch-mode clean verify"
12+
#
13+
cache:
14+
directories:
15+
- $HOME/.m2
16+
branches:
17+
except:
18+
- gh-pages
19+
notifications:
20+
email:
21+
- kama@soebes.de

0 commit comments

Comments
 (0)