diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f68ea17f..00000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -dist: trusty -language: java -before_script: - - export MAVEN_SKIP_RC=true -jdk: - - oraclejdk11 -# skip installation step entirely -install: true -script: - - ./mvnw -B -V -Prun-its clean verify jacoco:report -after_success: - # 'coveralls:report' goal is responsible for updating coverall.io stats once travisCI build completes - # Look for the article 'Coveralls.io configuration for maven projects' in the wiki (https://github.com/asciidoctor/asciidoctor/wiki) for more details - - ./mvnw coveralls:report -cache: - directories: - - $HOME/.m2 diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index fe214e9a..faa322ca 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -26,6 +26,7 @@ Build / Infrastructure:: * Upgrade build related Maven plugins to the latest versions (#606) * Upgrade Asciidoctorj to v2.5.7 (#604) * Bump netty-codec-http to v4.1.90.Final (fix several CVEs) + * Delete unused TravisCI configuration (#622) Documentation::