This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new ae78caf Ensure new line for build properties in travis
ae78caf is described below
commit ae78caf8342cf096610f2f732e651ef75fdd170a
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]