Skip to content
This repository was archived by the owner on Jan 8, 2023. It is now read-only.

Commit 472158b

Browse files
authored
add travis
1 parent 361715e commit 472158b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: java
2+
jdk: oraclejdk8
3+
os: linux
4+
sudo: false
5+
6+
env:
7+
- MAVEN_VERSION=3.3.9
8+
9+
script:
10+
- mvn --show-version --errors --batch-mode clean verify
11+
12+
cache:
13+
directories:
14+
- $HOME/.m2

0 commit comments

Comments
 (0)