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

fschumacher pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new bd95665  Ensure new line for build properties in travis
bd95665 is described below

commit bd956652f7e9da305cc59c9f8b8712432a3de394
Author: Felix Schumacher <fschumac...@apache.org>
AuthorDate: Fri Feb 21 18:12:33 2020 +0100

    Ensure new line for build properties in travis
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 526a1ea..24f07da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,6 +62,7 @@ install:
     - make install
     - cd $CURR_PWD
     - yes | cp build.properties.default build.properties
+    - echo >> build.properties
     - echo "test.threads=16" >> build.properties
     - echo "test.relaxTiming=true" >> build.properties
     - echo "test.excludePerformance=true" >> build.properties


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to