This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 7d62157 Ensure new line for build properties in travis
7d62157 is described below
commit 7d62157c902d3ba355c99790d65c5b940f92edad
Author: Felix Schumacher <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]