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:40:13 UTC

[jmeter] branch master updated: Temporary commit, to see our envs on travis. Will be removed in a few minutes

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 85951a6  Temporary commit, to see our envs on travis. Will be removed in a few minutes
85951a6 is described below

commit 85951a6877e217f77925c37f61a2c0139db0f004
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat May 1 12:39:49 2021 +0200

    Temporary commit, to see our envs on travis. Will be removed in a few minutes
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index b4c4064..e8a3119 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,7 @@ 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: