Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9fe282b

Browse filesBrowse files
committed
trying to fix travis...
1 parent 09f01dd commit 9fe282b
Copy full SHA for 9fe282b

File tree

1 file changed

+2
-4
lines changed
Filter options

1 file changed

+2
-4
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.