Skip to content

Commit 9fe282b

Browse files
committed
trying to fix travis...
1 parent 09f01dd commit 9fe282b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -701,17 +701,15 @@ install: |
701701
702702
script: |
703703
# Install and run tests
704-
705704
if [[ $SDIST == 0 ]]; then
706705
set -x
707706
install_run $PLAT && rc=$? || rc=$?
708707
set +x
709708
fi
710709
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
710+
#otherwise, Travis logic terminates prematurely
711+
#https://travis-ci.community/t/shell-session-update-command-not-found-in-build-log-causes-build-to-fail-if-trap-err-is-set/817
713712
trap ERR
714-
715713
test "$rc" -eq 0
716714
717715
before_cache: |

0 commit comments

Comments
 (0)