Skip to content

Commit 0f5f130

Browse files
committed
Add travis file
1 parent 9ea2038 commit 0f5f130

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)