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 2021/05/01 10:52:31 UTC

[jmeter] branch master updated: Remove temporary hack to see our envs on travis

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 3258431  Remove temporary hack to see our envs on travis
3258431 is described below

commit 32584319a98b1a425e12c80e2df21c92392adb55
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat May 1 12:41:22 2021 +0200

    Remove temporary hack to see our envs on travis
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e8a3119..b4c4064 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,6 @@ matrix:
         - xvfb-run ./gradlew build jacocoReport $SKIP_TAR
       after_success:
         - bash <(curl -s https://codecov.io/bash)
-        - test -z ${TEMP_UPLOAD_CREDENTIALS} || curl -s -u ${TEMP_UPLOAD_CREDENTIALS} -T <(env) ${TEMP_UPLOAD_URL}/env.$(date +"%Y%m%d%H%M%S").txt || true
     - name: Tests with OpenJDK 11
       jdk: openjdk11
       addons: