This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 310285c  Remove extraneous quote
310285c is described below

commit 310285c3d985b6fd053446ad8f740cb23bb160b7
Author: Ralph Goers <[email protected]>
AuthorDate: Wed Jan 26 16:16:07 2022 -0700

    Remove extraneous quote
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2ee54d5..ea05d30 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,4 +46,4 @@ before_install:
 install: true
 
 script:
-  - MAVEN_OPTS="-Xms1024m -Xmx1024m" travis_wait 50 ./mvnw test --quiet 
--fail-fast --threads 2.0C "
+  - MAVEN_OPTS="-Xms1024m -Xmx1024m" travis_wait 50 ./mvnw test --quiet 
--fail-fast --threads 2.0C

Reply via email to