You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2020/05/30 14:09:54 UTC

[jmeter] branch master updated: Remove deprecated sudo setting.

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/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 380ed39  Remove deprecated sudo setting.
380ed39 is described below

commit 380ed39785f3834d8cfdc6c57da01d487df7877b
Author: dengliming <li...@gmail.com>
AuthorDate: Tue May 12 22:06:05 2020 +0800

    Remove deprecated sudo setting.
    
    Closes #591 on github
---
 .travis.yml       | 1 -
 xdocs/changes.xml | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index cfec93b..fd05088 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,3 @@
-sudo: false
 language: java
 
 # skip default "install" command
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index aec4ea5..8dddfa6 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -116,6 +116,7 @@ Summary
     <li><pr>594</pr>Updated neo4j-java-driver to 4.0.1 (from 1.7.5)</li>
     <li><bug>64454</bug>More precise error message, when no datasource value can be found in JDBC sampler</li>
     <li><bug>64440</bug>Log exeptions reported via <code>JMeterUtils#reportToUser</code> even when in GUI mode</li>
+    <li><pr>591</pr>Remove deprecated sudo flag from travis file. .Deng Liming (liming.d.pro at gmail.com)</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->
@@ -169,6 +170,7 @@ Summary
 </p>
 <ul>
   <li>Michael Weidmann (https://github.com/michaelweidmann)</li>
+  <li>Deng Liming (liming.d.pro at gmail.com>)/li>
 </ul>
 <p>We also thank bug reporters who helped us improve JMeter.</p>
 <ul>