8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f01dd commit 9fe282bCopy full SHA for 9fe282b
.travis.yml
@@ -701,17 +701,15 @@ install: |
701
702
script: |
703
# Install and run tests
704
-
705
if [[ $SDIST == 0 ]]; then
706
set -x
707
install_run $PLAT && rc=$? || rc=$?
708
set +x
709
fi
710
711
- # otherwise, Travis logic terminates prematurely
712
- # 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
713
trap ERR
714
715
test "$rc" -eq 0
716
717
before_cache: |
0 commit comments