From 9fe282b6c5accf635366e9a18e4ac2d1d99a8d92 Mon Sep 17 00:00:00 2001 From: Olli-Pekka Heinisuo Date: Mon, 13 Jul 2020 23:52:00 +0300 Subject: [PATCH] trying to fix travis... --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 120ed69..c2462d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -701,17 +701,15 @@ install: | script: | # Install and run tests - if [[ $SDIST == 0 ]]; then set -x install_run $PLAT && rc=$? || rc=$? set +x fi - # otherwise, Travis logic terminates prematurely - # https://travis-ci.community/t/shell-session-update-command-not-found-in-build-log-causes-build-to-fail-if-trap-err-is-set/817 + #otherwise, Travis logic terminates prematurely + #https://travis-ci.community/t/shell-session-update-command-not-found-in-build-log-causes-build-to-fail-if-trap-err-is-set/817 trap ERR - test "$rc" -eq 0 before_cache: | -- GitLab