Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 854fe83

Browse files
ConeyLiucarsonwang
authored andcommitted
add file of '.travis.yml' (#305)
1 parent 6b3d952 commit 854fe83

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: java
2+
jdk:
3+
- oraclejdk8
4+
- openjdk7
5+
install: cd src && mvn install -q -DskipTests=true -Dmaven.javadoc.skip=true
6+
script: mvn test -q

0 commit comments

Comments
 (0)