提交 9fe282b6 编写于 作者: O Olli-Pekka Heinisuo

trying to fix travis...

上级 09f01ddb
......@@ -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: |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册