[Feature] add for new

This commit is contained in:
binbin.hou
2020-01-07 11:14:44 +08:00
parent a27b00d2fd
commit 5237f36166
18 changed files with 918 additions and 0 deletions

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
language: java
jdk:
- oraclejdk7
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true
script: mvn test
after_success:
- mvn clean cobertura:cobertura coveralls:report