clean history

This commit is contained in:
Looly
2019-08-14 10:02:32 +08:00
commit 6b011af032
1215 changed files with 159913 additions and 0 deletions

24
.travis.yml Normal file
View File

@@ -0,0 +1,24 @@
language: java
sudo: false # faster builds
install: true
jdk:
- openjdk8
notifications:
email: false
cache:
directories:
- '$HOME/.m2'
script:
- export TZ=Asia/Shanghai
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- mvn cobertura:cobertura -Dcobertura.report.format=xml -Dmaven.javadoc.skip.true
after_success:
- bash <(curl -s https://codecov.io/bash)