From b738166afd317694454051be8f345288a82d8f1c Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Fri, 20 Sep 2019 17:32:51 +0800 Subject: [PATCH] update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd2089070..e7ad84b22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ cache: script: - ./mvnw -version - - ./mvnw clean package -P full -Dsphinx.binUrl=https://github.com/hengyunabc/sphinx-binary/releases/download/v0.4.0.1/sphinx.linux-x86_64 + - ./mvnw clean package -P full after_success: - bash <(curl -s https://codecov.io/bash)