From 55459652b989de9b5b170c3db086a3d23114c4a3 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Thu, 1 Aug 2019 06:50:33 +0800 Subject: [PATCH] :white_check_mark: travis.yml --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..cbd9ae4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: java +sudo: false # faster builds + +jdk: + - openjdk8 + +script: "mvn cobertura:cobertura" + +after_success: + - bash <(curl -s https://codecov.io/bash) -- GitLab